Skip to content
Tom Ball edited this page Feb 5, 2014 · 3 revisions

com.google.j2objc.annotations

Annotation Type Weak

@Target(value={FIELD,LOCAL_VARIABLE})
@Retention(value=CLASS)
public @interface Weak

Annotation that indicates a variable has a weak relationship to its owner.

We've Moved!

The J2ObjC wiki has moved to j2objc.org.

Clone this wiki locally