build abstract method
Builds and returns the list of child Components for this component.
Called once when creating the runtime BuildableComponentInstance.
Implementation
List<Component> build();
Builds and returns the list of child Components for this component.
Called once when creating the runtime BuildableComponentInstance.
List<Component> build();