/[projects]/WebConfig/src/dk/thoerup/webconfig/ConfigVariable.java
ViewVC logotype

Diff of /WebConfig/src/dk/thoerup/webconfig/ConfigVariable.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2346 by torben, Mon Feb 23 14:01:03 2015 UTC revision 2347 by torben, Mon Feb 23 14:49:28 2015 UTC
# Line 20  public @interface ConfigVariable { Line 20  public @interface ConfigVariable {
20                    
21          // Controls whether the value should be hidden from the web config page          // Controls whether the value should be hidden from the web config page
22          boolean hideValue() default false;          boolean hideValue() default false;
23            
24            
25            //If mandatory=false, do not abort if it's missing from config source
26            boolean mandatory() default true;
27  }  }

Legend:
Removed from v.2346  
changed lines
  Added in v.2347

  ViewVC Help
Powered by ViewVC 1.1.20