Package org.robolectric.annotation
Annotation Type SQLiteMode
@Documented
@Deprecated
@Retention(RUNTIME)
@Target({PACKAGE,TYPE,METHOD})
public @interface SQLiteMode
Deprecated.
This annotation will be deleted in a forthcoming Robolectric release.
A
Configurer annotation for controlling which SQLite
shadow implementation is used for the android.database package.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated.This enum is deprecated along withSQLiteMode. -
Required Element Summary
Required Elements
-
Element Details
-
value
@NonNull SQLiteMode.Mode valueDeprecated.
-