Annotation Type StringPropertyList


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface StringPropertyList
    String property configurable in Appfigurate from a predefined list of valid choices. See
    
     Java String list implementation
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String description  
      java.lang.String[] keys  
      java.lang.String[] values  
    • Optional Element Summary

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

      • description

        java.lang.String description
      • keys

        java.lang.String[] keys
      • values

        java.lang.String[] values
      • restart

        boolean restart
        Default:
        false