This plugin will help you to add @description annotation on Enum or Enum constant and add @Enumerated on enum field of java class
- clone the project
- install it on existing forge project
- enum enumerated-field --onProperty "enum property" (add @Enumerated annotation on enum Entity field)
- enum add-enum-class-description (Add a @Description annotation to the current Enum class)
- enum add-enum-constant-description (Add a @Description annotation to the enum constant of an Enum)
- enum generate-description-keys (Add a @Description annotation to the all enum constant of current Enum class )