Package pro.projo.interfaces.annotation
Annotation Type Enum
@Target(PACKAGE) @Retention(RUNTIME) @Repeatable(Enums.class) public @interface Enum
The
Enum annotation captures the necessary information for generating an enum
from an existing an existing one.- Author:
- Mirko Raner