Skip to content

rainmore/java-enum-visitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a demo to implement Visitor Pattern in Java Enum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages