Annotation Type Default.Boolean


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

      Required Elements 
      Modifier and Type Required Element Description
      boolean value  
    • Element Detail

      • value

        boolean value