com.jme3.system
Annotation Type Annotations.ReadOnly


@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 primitve is read only and should not be changed.