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

Interface Annotation

classpath/java/lang/annotation/Annotation.java:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11package java.lang.annotation;
12
13public interface Annotation {
14 Class<? extends Annotation> annotationType();
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected