Annotation Type LoadScope
An annotation to specify node types that a
Module can be loaded on.
The roles() should be the NodeRole.jsonName. If both LoadScope
and ExcludeScope are set, ExcludeScope takes precedence
A module not decorated with this annotation or ExcludeScope will be loaded on every node role.
-
Required Element Summary
Required Elements
-
Element Details
-
roles
String[] roles
-