This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Configurable.Composite
This interface represents a configurable component that has child components.
It is not recommended to use this approach to specify children of a configurable component,
because it causes loading additional classes during the building a setting tree.
Use XML attributes instead if possible.