@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Label
The field is not editable and always displayed as a label. The data type is String. Applies to properties.
Example:
@Label public String getZoneOne() { return "IN ZONE 1"; }It's synonymous of @Stereotype("LABEL").