Annotation Type EditableIf
- 
 @Retention(RUNTIME) @Target(METHOD) public @interface EditableIfUse this annotation if a property should only be editable when another property is set to a certain value. Created by carl.gould on 4/21/2015.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringpropertyThe name of the property that drives the editability of this property.
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe value required.
 
-