Annotation Interface GenerateNodeFactory
Annotate nodes or base classes of nodes to generate factory handlers implementing the
NodeFactory interface. The generated factory handlers class name starts with the source
original class and ends with 'Factory'.- Since:
- 23.0
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanInherits the semantics of the annotation to subclasses.booleanIftrueenables the generation of node factories of thisspecializingnode.
-
Element Details
-
value
boolean valueIftrueenables the generation of node factories of thisspecializingnode. It is disabled by default.- Since:
- 23.0
- Default:
true
-
inherit
boolean inheritInherits the semantics of the annotation to subclasses.- Since:
- 23.0
- Default:
true
-