C - The component type.@Incubating public interface TypeBuilder<C>
| Modifier and Type | Method and Description |
|---|---|
TypeBuilder<C> |
defaultImplementation(Class<? extends C> implementation)
Allows the plugin to register the implementation type.
|
TypeBuilder<C> |
internalView(Class<?> internalView) |
TypeBuilder<C> defaultImplementation(Class<? extends C> implementation)
implementation - the implementation class.TypeBuilder<C> internalView(Class<?> internalView)