Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 701 Bytes

File metadata and controls

17 lines (12 loc) · 701 Bytes

An Enum for the classes of a sealed interface

Use Annotation processing to generate an enum with all the classes of a sealed interface

Usage

  • Clone project
  • Build with maven (mvn clean install)
  • Reload maven project in IDE
  • you can use the FileParserEnum in the source code of module example

References