Skip navigation links
C G I N V 

C

com.android.annotations - package com.android.annotations
 
com.android.annotations.concurrency - package com.android.annotations.concurrency
 

G

GuardedBy - Annotation Type in com.android.annotations.concurrency
Indicates that the target field or method should only be accessed with the specified lock being held.

I

Immutable - Annotation Type in com.android.annotations.concurrency
Indicates that the target class to which this annotation is applied is immutable.

N

NonNull - Annotation Type in com.android.annotations
Denotes that a parameter, field or method return value can never be null.
NonNullByDefault - Annotation Type in com.android.annotations
Denotes that all parameters, fields or methods within a class or method by default can not be null.
Nullable - Annotation Type in com.android.annotations
Denotes that a parameter, field or method return value can be null.

V

valueOf(String) - Static method in enum com.android.annotations.VisibleForTesting.Visibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.android.annotations.VisibleForTesting.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleForTesting - Annotation Type in com.android.annotations
Denotes that the class, method or field has its visibility relaxed so that unit tests can access it.
VisibleForTesting.Visibility - Enum in com.android.annotations
Intended visibility if the element had not been made public or package-private for testing.
C G I N V 
Skip navigation links