@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface CETProperty
Modifier and Type | Required Element and Description |
---|---|
CETProperty.Type |
type |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
defaultValue |
java.lang.String |
label |
java.lang.String |
name |
public abstract CETProperty.Type type