Annotation Type DefineComponentClasses
-
@Retention(CLASS) @Target(TYPE) public @interface DefineComponentClassesAn annotation used to aggregateDefineComponenttypes in a common location.Note: The types are given using
Stringrather thanClasssince theDefineComponenttype is not necessarily in the same package and not necessarily public.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringbuilderReturns the fully qualified name of theDefineComponent.Buildertype, or an empty string if it wasn't given.java.lang.StringcomponentReturns the fully qualified name of theDefineComponenttype, or an empty string if it wasn't given.
-
-
-
Element Detail
-
component
java.lang.String component
Returns the fully qualified name of theDefineComponenttype, or an empty string if it wasn't given.- Default:
- ""
-
-
-
builder
java.lang.String builder
Returns the fully qualified name of theDefineComponent.Buildertype, or an empty string if it wasn't given.- Default:
- ""
-
-