Annotation Type EncryptedStringPropertyListEdit


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

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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String regularExpression  
      boolean restart  
    • Element Detail

      • description

        java.lang.String description
      • encrypted

        boolean encrypted
      • regularExpression

        java.lang.String regularExpression
        Default:
        ""
      • restart

        boolean restart
        Default:
        false