com.jme3.system
Class Annotations

java.lang.Object
  extended by com.jme3.system.Annotations

public class Annotations
extends java.lang.Object

This class contains the Annotation definitions for jME3. Mostly these are used for code error checking.


Nested Class Summary
static interface Annotations.Destructive
          Annotation used for methods in math primitives that are destructive to the object (xxxLocal, setXXX etc.).
static interface Annotations.Internal
          Annotation used for public methods that are not to be called by users.
static interface Annotations.ReadOnly
          Annotation used for math primitive fields, method parameters or method return values.
 
Constructor Summary
Annotations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Annotations

public Annotations()