Annotation Type AquimaModuleScope
-
@Retention(RUNTIME) @Target(TYPE) public @interface AquimaModuleScope
Specifies that an Aquima Annotation is only valid for the specified Aquima modules.- Since:
- 8.4
- Author:
- Jon van Leuven
-
-
Element Detail
-
value
String[] value
Returns the Aquima module names this annotation is valid for.- Returns:
- the Aquima module names this annotation is valid for.
-
-