Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ getDeclaredAnnotations
Method
getDeclaredAnnotations
output/java_guava/1.4.16/Parameter.java:104–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
// @Override on JDK8
103
104
@Override
105
public
Annotation[] getDeclaredAnnotations() {
106
return
annotations.toArray(
new
Annotation[annotations.size()]);
107
}
108
109
/**
110
* @since 18.0
Callers
1
getAnnotations
Method · 0.95
Calls
2
size
Method · 0.65
toArray
Method · 0.45
Tested by
no test coverage detected