Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
NonRuntimeAnnotation.md
blob: fa316c922660789940c1a3f392ff91e9b7d7375d [
file
] [
log
] [
blame
] [
view
] [
edit
]
Calling
getAnnotation on an annotation that does
not
have its
Retention
set
to
RetentionPolicy
.
RUNTIME will always
return
null
.