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
Modifier and TypeOptional ElementDescriptionReturns the fully qualified name of theDefineComponent.Builder
type, or an empty string if it wasn't given.Returns the fully qualified name of theDefineComponent
type, or an empty string if it wasn't given.
-
Element Details
-
component
String componentReturns the fully qualified name of theDefineComponent
type, or an empty string if it wasn't given.- Default:
- ""
-
builder
String builderReturns the fully qualified name of theDefineComponent.Builder
type, or an empty string if it wasn't given.- Default:
- ""
-