@Documented
@Retention(value=RUNTIME)
@TypeQualifier
@Target(value={FIELD,LOCAL_VARIABLE,TYPE,METHOD})
public static @interface Annotations.ReadOnly
Annotation used for math primitive fields, method parameters or method return values.
Specifies that the primitive is read only and should not be changed.