src/share/classes/javax/lang/model/AnnotatedConstruct.java

changeset 2134
b0c086cd4520
parent 1777
3bd22f99d408
child 2525
2eb010b6cb22
equal deleted inserted replaced
2133:19e8eebfbe52 2134:b0c086cd4520
219 * the annotation type 219 * the annotation type
220 * @return this construct's annotations for the specified annotation 220 * @return this construct's annotations for the specified annotation
221 * type if present on this construct, else an empty array 221 * type if present on this construct, else an empty array
222 * 222 *
223 * @see #getAnnotationMirrors() 223 * @see #getAnnotationMirrors()
224 * @see #getAnnotation(java.lang.Class) 224 * @see #getAnnotation(Class)
225 * @see java.lang.reflect.AnnotatedElement#getAnnotationsByType 225 * @see java.lang.reflect.AnnotatedElement#getAnnotationsByType(Class)
226 * @see EnumConstantNotPresentException 226 * @see EnumConstantNotPresentException
227 * @see AnnotationTypeMismatchException 227 * @see AnnotationTypeMismatchException
228 * @see IncompleteAnnotationException 228 * @see IncompleteAnnotationException
229 * @see MirroredTypeException 229 * @see MirroredTypeException
230 * @see MirroredTypesException 230 * @see MirroredTypesException

mercurial