java-enum-visitor This is a demo to implement Visitor Pattern in Java Enum. The business logic is to initialize by Enum . With the aid of Visitor Pattern, the logic is set in the visitor rather than the enum itself.