Home
last modified time | relevance | path

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

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