Enum | Description |
---|---|
VisibleForTesting.Visibility |
Intended visibility if the element had not been made public or package-private for
testing.
|
Annotation Type | Description |
---|---|
GuardedBy |
Annotation type used to mark a method or field that can only be accessed when
holding the referenced lock.
|
Immutable |
Annotation type used to mark a class which is immutable.
|
VisibleForTesting |
Denotes that the class, method or field has its visibility relaxed so
that unit tests can access it.
|