MCPcopy Create free account
hub / github.com/antlr/codebuff / isAnnotationPresent

Method isAnnotationPresent

output/java_guava/1.4.19/Parameter.java:67–70  ·  view source on GitHub ↗
(Class<? extends Annotation> annotationType)

Source from the content-addressed store, hash-verified

65 }
66
67 @Override
68 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) {
69 return getAnnotation(annotationType) != null;
70 }
71
72 @Override
73 @Nullable

Callers

nothing calls this directly

Calls 1

getAnnotationMethod · 0.95

Tested by

no test coverage detected