Package com.jme3.system
Annotation Interface Annotations.ReadOnly
- Enclosing class:
- Annotations
@Documented
@Retention(RUNTIME)
@TypeQualifier
@Target({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.