Searched refs:RuntimeVisibleTypeAnnotations (Results 1 – 2 of 2) sorted by relevance
255 class RuntimeVisibleTypeAnnotations implements TypeAnnotations { class258 public RuntimeVisibleTypeAnnotations(ImmutableList<TypeAnnotationInfo> annotations) { in RuntimeVisibleTypeAnnotations() method in Attribute.RuntimeVisibleTypeAnnotations
108 attributes.add(new Attribute.RuntimeVisibleTypeAnnotations(ImmutableList.copyOf(visible))); in addAllTypeAnnotations()