@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface RequiredProperty
RequiredProperty
that is put on top of a CAS property/field
to indicate the presence of the field is required for CAS to function correctly
and/or to recognize the existence of an enabled feature, etc.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
message
The message associated with this required property.
|