Module org.praxislive.code
Package org.praxislive.code
Annotation Interface ContainerDelegateAPI.CustomType
- Enclosing interface:
ContainerDelegateAPI
Register a custom component type. The type must be a valid String
representation of a
ComponentType. The base must be a suitable
CodeDelegate subclass. The base may be included in shared code.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends CodeDelegate> The base code delegate.Component type as String.
-
Element Details
-
type
String typeComponent type as String. The value must be a valid representation of aComponentType.- Returns:
- component type
-
base
Class<? extends CodeDelegate> baseThe base code delegate. The base may be included in shared code.- Returns:
- base delegate
-