Annotation Type SubModule
-
() () @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 []
value
Deprecated.One or more classes that are also modules and should also be loaded.
-
-
-
Element Detail
-
value
[] value
Deprecated.One or more classes that are also modules and should also be loaded.
-
-