Annotation Type Default.Class


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public static @interface Default.Class
    This represents that the default of the option is the specified Class value.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value  
    • Element Detail

      • value

        java.lang.Class<?> value