net.vleu.visitomatic
Interface Visitable


public interface Visitable

Accepts to be visited by a VisitorRunner.
Objects implementing this interface are likely to contain methods or fields annotated by ToVisit.

See Also:
ToVisit