org.codehaus.annogen.view
Interface JamAnnoViewer
- public interface JamAnnoViewer
Retrieves annotations using
JAM.
- Author:
- Patrick Calahan <email: pcal-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
public java.lang.Object getAnnotation(java.lang.Class annotationType,
org.codehaus.jam.JAnnotatedElement element)
getAnnotations
public java.lang.Object[] getAnnotations(org.codehaus.jam.JAnnotatedElement element)