Interface CommentedEnum<T extends Enum<?>>

All Known Implementing Classes:
TestEnum

public interface CommentedEnum<T extends Enum<?>>
  • Method Details

    • getComment

      String getComment()
    • getConfigComment

      default String getConfigComment()
    • getValues

      T[] getValues()