Annotation Type Default.Enum


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public static @interface Default.Enum
    This represents that the default of the option is the specified enum. The value should equal the enum's name.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value