Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
package
java.lang.annotation;
12
13
public
interface
Annotation {
14
Class<? extends Annotation> annotationType();
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected