Package com.jme3.system
Annotation Interface Annotations.Destructive
- Enclosing class:
- Annotations
@Documented
@Retention(RUNTIME)
@TypeQualifier
@Target(METHOD)
public static @interface Annotations.Destructive
Annotation used for methods in math primitives that are destructive to the
object (xxxLocal, setXXX etc.).