Package com.jme3.system
Class Annotations
java.lang.Object
com.jme3.system.Annotations
This class contains the Annotation definitions for jME3. Mostly these are used
 for code error checking.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic @interfaceAnnotation used for methods in math primitives that are destructive to the object (xxxLocal, setXXX etc.).static @interfaceAnnotation used for public methods that are not to be called by users.static @interfaceAnnotation used for math primitive fields, method parameters or method return values.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Annotationspublic Annotations()
 
-