Home
last modified time | relevance | path

Searched refs:RuntimeVisibleTypeAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java255 class RuntimeVisibleTypeAnnotations implements TypeAnnotations { class
258 public RuntimeVisibleTypeAnnotations(ImmutableList<TypeAnnotationInfo> annotations) { in RuntimeVisibleTypeAnnotations() method in Attribute.RuntimeVisibleTypeAnnotations
DLowerAttributes.java108 attributes.add(new Attribute.RuntimeVisibleTypeAnnotations(ImmutableList.copyOf(visible))); in addAllTypeAnnotations()