aicas logoJamaica 3.2 release 62

java.lang.reflect
Interface AnnotatedElement

All Known Implementing Classes:
AccessibleObject, Class, Constructor, Field, Method, Package

public interface AnnotatedElement

AnnotatedElement

NYI: COMMENT: JDK 1.5 class description

Since:
1.5

Method Summary
<T extends Annotation>
T
getAnnotation(Class<T> annotationType)
          getAnnotation NYI: COMMENT: JDK 1.5 method description
 Annotation[] getAnnotations()
          getAnnotations NYI: COMMENT: JDK 1.5 method description
 Annotation[] getDeclaredAnnotations()
          getDeclaredAnnotations NYI: COMMENT: JDK 1.5 method description
 boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
          isAnnotationPresent NYI: COMMENT: JDK 1.5 method description
 

Method Detail

isAnnotationPresent

boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent

NYI: COMMENT: JDK 1.5 method description

Parameters:
annotationType -
Returns:
true if an annotation for the specified annotation type is present on this element, else false
Since:
1.5

getAnnotation

<T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation

NYI: COMMENT: JDK 1.5 method description

Parameters:
annotationType -
Returns:
this element's annotation for the specified annotation type if present on this element, else null
Since:
1.5

getAnnotations

Annotation[] getAnnotations()
getAnnotations

NYI: COMMENT: JDK 1.5 method description

Returns:
all annotations present on this element
Since:
1.5

getDeclaredAnnotations

Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations

NYI: COMMENT: JDK 1.5 method description

Returns:
All annotations directly present on this element
Since:
1.5

aicas logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.