Package com.aparapi.internal.annotation

  • Annotation Types Summary 
    Annotation Type Description
    DocMe
    Use this annotation to tag stuff that needs Java Doc added
    RemoveMe
    Use this annotation to tag fields that we think need to be removed (method/field/var)
    Unused
    Used to tag unused features (methods/fields)
    UsedByJNICode
    Be careful changing the name/type of this field as it is referenced from JNI code.