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