MCPcopy 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)]
444pub struct Annotation {
445 pub type_index: ConstantPoolIndex,
446 pub element_value_pairs: Vec<ElementValuePair>
447}
448
449impl Annotation {
450 pub fn len(&self) -> usize {

Callers 1

read_element_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected