MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isAnnotationPresent

Method isAnnotationPresent

classpath/java/lang/Class.java:635–639  ·  view source on GitHub ↗
(Class<? extends Annotation> class_)

Source from the content-addressed store, hash-verified

633 }
634
635 public boolean isAnnotationPresent
636 (Class<? extends Annotation> class_)
637 {
638 return getAnnotation(class_) != null;
639 }
640
641 private static Annotation getAnnotation(VMClass c, Object[] a) {
642 if (a[0] == null) {

Callers

nothing calls this directly

Calls 1

getAnnotationMethod · 0.95

Tested by

no test coverage detected