Annotation Type NodeFieldsSignature
-
@Target(METHOD) @Retention(SOURCE) public @interface NodeFieldsSignatureAnnotationNodeFieldsSignatureenables theControlSignatureProcessorannotation processor to issue a compile error if the user visitors' visit methods are not coded against the last nodes definitions.
The user nodes signatures are generated in theNodeConstantsclass,
the default visitors' visit methods are generated with theNodeFieldsSignatureannotation, with the 3 valuesvalue(),
and the user visitors' visit methods can be annotated with the same annotation.Note: the fully qualified name of this class is a parameter in the
SupportedAnnotationTypesannotation inControlSignatureProcessor.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int[]valueThe array of the "old" (usually copied) node fields signature the "new" (newly generated) node fields signature the JTB node index (in NodeConstants)
-