Package design.pattern.behavioural
Interface Visitor
public interface Visitor
Visitor
is used to add new operations that work on objects without modifying class definitionsVisitor
is used to add new operations that work on objects without modifying class definitions