build abstract method

List<Component> build()

Builds and returns the list of child Components for this component.

Called once when creating the runtime BuildableComponentInstance.

Implementation

List<Component> build();