|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.system.Annotations
public class Annotations
This class contains the Annotation definitions for jME3. Mostly these are used for code error checking.
入れ子のクラスの概要 | |
---|---|
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. |
コンストラクタの概要 | |
---|---|
Annotations()
|
メソッドの概要 |
---|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Annotations()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |