Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cretz/stackparam
/ Annotation
Class
Annotation
src/bytecode/classfile.rs:444–447 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
442
443
#[derive(Debug)]
444
pub struct Annotation {
445
pub type_index: ConstantPoolIndex,
446
pub element_value_pairs: Vec<ElementValuePair>
447
}
448
449
impl Annotation {
450
pub fn len(&self) -> usize {
Callers
1
read_element_value
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected