JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
org.checkerframework.checker.oigj.qual
Annotation Type Assignable
@Documented
@Retention
(
value
=
RUNTIME
)
@Target
(
value
=
FIELD
) public @interface
Assignable
Indicates the annotated
Field
may be re-assigned regardless of the immutability of the enclosing class or object instance.
See the Checker Framework Manual:
OIGJ Checker
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element