JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
N
S
T
U
V
W
A
AnyThread
- Annotation Type in
com.android.annotations.concurrency
Indicates that the target method may be called on any thread, including the UI thread (by the platform or other IDE components), so should not call any
Slow
methods.
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.
S
Slow
- Annotation Type in
com.android.annotations.concurrency
Indicates that the target method is potentially blocking as it might make I/O calls or block on locks.
T
Trace
- Annotation Type in
com.android.annotations
U
UiThread
- Annotation Type in
com.android.annotations.concurrency
Indicates that the target method should only be called on the UI thread.
V
valueOf(String)
- Static method in enum com.android.annotations.
VisibleForTesting.Visibility
Deprecated.
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.android.annotations.
VisibleForTesting.Visibility
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
VisibleForTesting
- Annotation Type in
com.android.annotations
Deprecated.
Use com.google.common.annotations.VisibleForTesting instead.
VisibleForTesting.Visibility
- Enum in
com.android.annotations
Deprecated.
Intended visibility if the element had not been made public or package-private for testing.
W
WorkerThread
- Annotation Type in
com.android.annotations.concurrency
Indicates that the target method will always run on a worker thread, i.e., a thread
other
than the UI thread.
A
C
G
I
N
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes