com.android.annotations.concurrency
Annotation Type GuardedBy


@Documented
@Retention(value=SOURCE)
@Target(value={METHOD,FIELD})
public @interface GuardedBy

Indicates that the target field or method should only be accessed with the specified lock being held.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value