org.codehaus.annogen.view
Interface JamAnnoViewer
public interface JamAnnoViewer
Retrieves annotations using
JAM.
- Author:
- Patrick Calahan <email: codehaus-at-bea-dot-com>
Method Summary |
java.lang.Object |
getAnnotation(java.lang.Class annotationType,
org.codehaus.jam.JAnnotatedElement element)
|
java.lang.Object[] |
getAnnotations(org.codehaus.jam.JAnnotatedElement element)
|
getAnnotation
java.lang.Object getAnnotation(java.lang.Class annotationType,
org.codehaus.jam.JAnnotatedElement element)
getAnnotations
java.lang.Object[] getAnnotations(org.codehaus.jam.JAnnotatedElement element)