Annotation Type SubModule
-
@Target(TYPE) @Retention(RUNTIME) @Documented @UseWith(MODULE) public @interface SubModule
Deprecated.Deprecated in 5.4, useImportModule
instead.Attached to a module class, this annotation identifies other module classes that should also be added to the Registry. This is often easier than updating the JAR Manifest.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class[]
value
Deprecated.One or more classes that are also modules and should also be loaded.
-
-
-
Element Detail
-
value
java.lang.Class[] value
Deprecated.One or more classes that are also modules and should also be loaded.
-
-