public class Annotations
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | Annotations.DestructiveAnnotation used for methods in math primitives that are destructive to the
 object (xxxLocal, setXXX etc.). | 
| static interface  | Annotations.InternalAnnotation used for public methods that are not to be called by users. | 
| static interface  | Annotations.ReadOnlyAnnotation used for math primitive fields, method parameters or method return values. | 
| Constructor and Description | 
|---|
| Annotations() |