bootstrapables property

List<Bootstrapable<P>> bootstrapables
final

The list of Bootstrapable objects that needs to be executed.

Implementation

final List<Bootstrapable<P>> bootstrapables;