NYI: COMMENT: JDK 1.5 class description
- Since:
- 1.5
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 GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.