Annotation Type Property
-
@Retention(SOURCE) @Target(FIELD) public @interface Property
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description PropertyScope[]scopes
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringcategoryStringdefaultValueStringnameString[]scopeQualificationsStringsinceVersionClass<?>valueType
-
-
-
Element Detail
-
scopes
PropertyScope[] scopes
-
-
-
name
String name
- Default:
- ""
-
-
-
category
String category
- Default:
- "net.sf.jasperreports.metadata.property.category:other"
-
-
-
defaultValue
String defaultValue
- Default:
- "N/A"
-
-
-
sinceVersion
String sinceVersion
- Default:
- ""
-
-
-
valueType
Class<?> valueType
- Default:
- java.lang.String.class
-
-
-
scopeQualifications
String[] scopeQualifications
- Default:
- {}
-
-