org.codehaus.annogen.view
Interface MirrorAnnoViewer
public interface MirrorAnnoViewer
Retrieves annotations using the Mirror API.
- Author:
- Patrick Calahan <email: pcal-at-bea-dot-com>
Method Summary |
<A extends java.lang.annotation.Annotation>
A |
|
getAnnotation(java.lang.Class<A> annotationClass,
Declaration mirrorElement)
|
java.lang.annotation.Annotation[] |
getAnnotations(Declaration mirrorElement)
|
getAnnotation
<A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationClass,
Declaration mirrorElement)
getAnnotations
java.lang.annotation.Annotation[] getAnnotations(Declaration mirrorElement)