Enum | Description |
---|---|
VisibleForTesting.Visibility |
Intended visibility if the element had not been made public or package-private for
testing.
|
Annotation Type | Description |
---|---|
Keep |
Denotes that the annotated element should not be removed when
the code is minified at build time.
|
VisibleForTesting |
Denotes that the class, method or field has its visibility relaxed so
that unit tests can access it.
|