Home
last modified time | relevance | path

Searched defs:RuntimeInvisibleAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DRuntimeInvisibleAnnotations.java33 public class RuntimeInvisibleAnnotations extends Annotations class
45 …public RuntimeInvisibleAnnotations(final int name_index, final int length, final DataInput input, … in RuntimeInvisibleAnnotations() method in RuntimeInvisibleAnnotations
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java133 class RuntimeInvisibleAnnotations implements Annotations { class
136 public RuntimeInvisibleAnnotations(List<AnnotationInfo> annotations) { in RuntimeInvisibleAnnotations() method in Attribute.RuntimeInvisibleAnnotations