MCPcopy Create free account
hub / github.com/FabricMC/Matcher / isAnnotation

Method isAnnotation

src/main/java/matcher/type/ClassInstance.java:484–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482 }
483
484 public boolean isAnnotation() {
485 return (getAccess() & Opcodes.ACC_ANNOTATION) != 0;
486 }
487
488 public boolean isRecord() {
489 return (getAccess() & Opcodes.ACC_RECORD) != 0 || superClass != null && superClass.id.equals("Ljava/lang/Record;");

Callers

nothing calls this directly

Calls 1

getAccessMethod · 0.95

Tested by

no test coverage detected