Annotation Interface DefineComponentClasses
An annotation used to aggregate
DefineComponent types in a common location.
Note: The types are given using String rather than Class since the DefineComponent type is not necessarily in the same package and not necessarily
public.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns the fully qualified name of theDefineComponent.Buildertype, or an empty string if it wasn't given.Returns the fully qualified name of theDefineComponenttype, or an empty string if it wasn't given.
-
Element Details
-
component
String componentReturns the fully qualified name of theDefineComponenttype, or an empty string if it wasn't given.- Default:
- ""
-
builder
String builderReturns the fully qualified name of theDefineComponent.Buildertype, or an empty string if it wasn't given.- Default:
- ""
-