クラス
checkers.quals.TypeQualifier の使用

TypeQualifier を使用しているパッケージ
checkers.quals Contains the basic annotations to be used by all type systems and meta-annotations to qualify annotations (qualifiers). 
com.jme3.system   
 

checkers.quals での TypeQualifier の使用
 

TypeQualifier 型の注釈を持つ checkers.quals のメソッド
 interface Unqualified
          A special annotation intended solely for representing an unqualified type in the qualifier hierarchy, as an argument to SubtypeOf.value(), in the type qualifiers declarations.
 

com.jme3.system での TypeQualifier の使用
 

TypeQualifier 型の注釈を持つ com.jme3.system のメソッド
static interface Annotations.Destructive
          Annotation used for methods in math primitives that are destructive to the object (xxxLocal, setXXX etc.).
static interface Annotations.ReadOnly
          Annotation used for math primitive fields, method parameters or method return values.