src/share/classes/javax/lang/model/element/Element.java

changeset 1494
f805b5e3c9d1
parent 1491
9f42a06a49c0
child 1564
aeadaf905d78
equal deleted inserted replaced
1493:d54b4a091450 1494:f805b5e3c9d1
186 * the annotation type 186 * the annotation type
187 * @return this element's annotations for the specified annotation 187 * @return this element's annotations for the specified annotation
188 * type if present on this element, else an empty array 188 * type if present on this element, else an empty array
189 * 189 *
190 * @see #getAnnotationMirrors() 190 * @see #getAnnotationMirrors()
191 * @see #getAnnotation() 191 * @see #getAnnotation(java.lang.Class)
192 * @see java.lang.reflect.AnnotatedElement#getAnnotations 192 * @see java.lang.reflect.AnnotatedElement#getAnnotations
193 * @see EnumConstantNotPresentException 193 * @see EnumConstantNotPresentException
194 * @see AnnotationTypeMismatchException 194 * @see AnnotationTypeMismatchException
195 * @see IncompleteAnnotationException 195 * @see IncompleteAnnotationException
196 * @see MirroredTypeException 196 * @see MirroredTypeException

mercurial