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

Method isAnnotation

classpath/java/lang/Class.java:508–510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

506 }
507
508 public boolean isAnnotation() {
509 return (vmClass.flags & 0x2000) != 0;
510 }
511
512 public Class getSuperclass() {
513 return (vmClass.super_ == null ? null : SystemClassLoader.getClass(vmClass.super_));

Callers 1

toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected