@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,TYPE})
@Retention(value=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