Annotation Type BooleanProperty


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface BooleanProperty
    Boolean property configurable in Appfigurate using a Switch. See
    
     Java boolean switch implementation
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String description  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean restart  
    • Element Detail

      • description

        java.lang.String description
      • restart

        boolean restart
        Default:
        false