MCPcopy Index your code
hub / github.com/google/guice / getAnnotation

Method getAnnotation

core/src/com/google/inject/Key.java:338–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336
337 interface AnnotationStrategy {
338 Annotation getAnnotation();
339
340 Class<? extends Annotation> getAnnotationType();
341

Implementers 4

AnnotationInstanceStrategycore/src/com/google/inject/Key.java
AnnotationTypeStrategycore/src/com/google/inject/Key.java
Keycore/src/com/google/inject/Key.java
NullAnnotationStrategycore/src/com/google/inject/Key.java

Calls

no outgoing calls