JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.scvngr.levelup.core.annotation
Annotation Type SlowOperation
@Documented
@Retention
(
value
=
CLASS
)
@Target
(
value
=
METHOD
) public @interface
SlowOperation
Denotes that a method call may be slow and should therefore not be performed on the UI thread.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element