JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Robolectric 4.4 |
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
org.robolectric.util.reflector
Annotation Type Accessor
@Target
(
METHOD
)
@Retention
(
RUNTIME
) public @interface
Accessor
Indicates that the annotated method is an accessor for a non-visible field.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The name of the field.
Element Detail
value
String
value
The name of the field.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Robolectric 4.4 |
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element