@Retention(value=CLASS) @Target(value=TYPE) public @interface GenerateNodeFactory
NodeFactory
interface. The generated factory handlers class name starts with the source
original class and ends with 'Factory'.Modifier and Type | Optional Element and Description |
---|---|
boolean |
inherit
Inherits the semantics of the annotation to subclasses.
|
boolean |
value
If
true enables the generation of node factories of this specializing node. |
public abstract boolean value
true
enables the generation of node factories of this specializing
node. It is disabled by default.