Annotation Type Phase
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Phase
Phase phase annotation. Used in conjunction with theVisitPhase
enumeration to specify the Visit Phase during which aDOMElementVisitor
is to be applied.- Author:
- tom.fennelly@gmail.com
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description VisitPhase
value
-
-
-
Element Detail
-
value
VisitPhase value
-
-