net.vleu.visitomatic
Annotation Type VisitingMethod


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface VisitingMethod

Annotated methods, parts of a Visitor can be called by the VisitorRunner.

See Also:
Visitor

Optional Element Summary
 java.lang.String visitName
          The name of the visit this method is part of.
 

visitName

public abstract java.lang.String visitName
The name of the visit this method is part of.

Default:
"___DEFAULT_VISIT_NAME___"