Package org.sonar.api
Annotation Type PropertyField
- 
 @Retention(RUNTIME) @Target(TYPE) public @interface PropertyFieldProperty field.- Since:
- 3.3
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringdescriptionIf not empty, this description will be displayed on the Settings page.java.lang.String[]optionsOptions for *_LIST typesPropertyTypetype
 
- 
- 
- 
- 
typePropertyType type - Default:
- org.sonar.api.PropertyType.STRING
 
 
- 
 
-