Package com.google.j2objc.annotations
Annotation Type J2ObjCIncompatible
@Documented
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Retention(SOURCE)
public @interface J2ObjCIncompatible
Marks a declaration to be stripped by the J2ObjC translator prior to
compilation. It is the developer's responsibility to ensure that any code
depending on an element marked with @J2ObjCIncompatible is also
marked with @J2ObjCIncompatible.
- Author:
- Keith Stanger