Lines Matching defs:annotations
110 List<AnnotationInfo> annotations(); in annotations() method
115 List<AnnotationInfo> annotations; field in Attribute.RuntimeVisibleAnnotations
117 public RuntimeVisibleAnnotations(List<AnnotationInfo> annotations) { in RuntimeVisibleAnnotations()
122 public List<AnnotationInfo> annotations() { in annotations() method in Attribute.RuntimeVisibleAnnotations
134 List<AnnotationInfo> annotations; field in Attribute.RuntimeInvisibleAnnotations
136 public RuntimeInvisibleAnnotations(List<AnnotationInfo> annotations) { in RuntimeInvisibleAnnotations()
141 public List<AnnotationInfo> annotations() { in annotations() method in Attribute.RuntimeInvisibleAnnotations
186 List<List<AnnotationInfo>> annotations(); in annotations() method
193 public List<List<AnnotationInfo>> annotations() { in annotations() method in Attribute.RuntimeVisibleParameterAnnotations
197 final List<List<AnnotationInfo>> annotations; field in Attribute.RuntimeVisibleParameterAnnotations
199 public RuntimeVisibleParameterAnnotations(List<List<AnnotationInfo>> annotations) { in RuntimeVisibleParameterAnnotations()
213 public List<List<AnnotationInfo>> annotations() { in annotations() method in Attribute.RuntimeInvisibleParameterAnnotations
217 final List<List<AnnotationInfo>> annotations; field in Attribute.RuntimeInvisibleParameterAnnotations
219 public RuntimeInvisibleParameterAnnotations(List<List<AnnotationInfo>> annotations) { in RuntimeInvisibleParameterAnnotations()
239 ImmutableList<TypeAnnotationInfo> annotations(); in annotations() method
244 final ImmutableList<TypeAnnotationInfo> annotations; field in Attribute.RuntimeInvisibleTypeAnnotations
246 public RuntimeInvisibleTypeAnnotations(ImmutableList<TypeAnnotationInfo> annotations) { in RuntimeInvisibleTypeAnnotations()
256 public ImmutableList<TypeAnnotationInfo> annotations() { in annotations() method in Attribute.RuntimeInvisibleTypeAnnotations
263 final ImmutableList<TypeAnnotationInfo> annotations; field in Attribute.RuntimeVisibleTypeAnnotations
265 public RuntimeVisibleTypeAnnotations(ImmutableList<TypeAnnotationInfo> annotations) { in RuntimeVisibleTypeAnnotations()
275 public ImmutableList<TypeAnnotationInfo> annotations() { in annotations() method in Attribute.RuntimeVisibleTypeAnnotations