Annotation Type LoadScope
-
@Target(TYPE) @Retention(RUNTIME) public @interface LoadScope
An annotation to specify node types that eachModulecan be loaded on. In other words, you can specify particular node types for each module using this annotation, so that those modules can be loaded on only those particular node types. Theroles()should be theNodeRole.jsonName. A module is loaded in every node if this annotation is missing.
-
-
Element Detail
-
roles
String[] roles
-
-