Package icyllis.arc3d.core
Annotation Interface RawPtr
@Documented
@Retention(CLASS)
@Target({METHOD,PARAMETER,FIELD,LOCAL_VARIABLE,TYPE_USE})
public @interface RawPtr
Denotes a use of a reference-counted object doesn't change the reference
count, or an auto-closeable object doesn't close the object.
- See Also: