Provides classes and interfaces for visiting visitors themselves. A visitor itself can be viewed as a visitable, where the arguments of the visitor play the role of the visitable's children.

This package basically duplicates the jjtraveler package by extending each of its classes and interfaces. In particular, the Visitable and Visitor interfaces are extended to VisitableVisitor and VisitorVisitor.