JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.google.j2objc.annotations
Annotation Type Weak
@Target
({
FIELD
,
LOCAL_VARIABLE
,
PARAMETER
})
@Retention
(
CLASS
)
public @interface
Weak
Annotation that indicates a variable has a weak relationship to its owner. The variable will be declared with the __unsafe_unretained annotation.
Author:
Tom Ball