langtools/src/share/classes/javax/lang/model/AnnotatedConstruct.java
changeset 21041 99f5e5e97425
parent 17802 83c53847fc7e
equal deleted inserted replaced
21040:3e32f68d2151 21041:99f5e5e97425
   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