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