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