org.codehaus.annogen.view
Interface QDoxAnnoViewer


public interface QDoxAnnoViewer

Retrieves annotations using QDox.

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Nested Class Summary
static class QDoxAnnoViewer.Factory
          Static factory for JavadocAnnoViewers.
 
Method Summary
 java.lang.Object getAnnotation(java.lang.Class annotationType, com.thoughtworks.qdox.model.AbstractJavaEntity qdoxElement)
           
 java.lang.Object getAnnotation(java.lang.Class annotationType, com.thoughtworks.qdox.model.JavaParameter parameter)
           
 java.lang.Object[] getAnnotations(com.thoughtworks.qdox.model.AbstractJavaEntity qdoxElement)
           
 java.lang.Object[] getAnnotations(com.thoughtworks.qdox.model.JavaParameter parameter)
           
 

Method Detail

getAnnotation

java.lang.Object getAnnotation(java.lang.Class annotationType,
                               com.thoughtworks.qdox.model.AbstractJavaEntity qdoxElement)

getAnnotation

java.lang.Object getAnnotation(java.lang.Class annotationType,
                               com.thoughtworks.qdox.model.JavaParameter parameter)

getAnnotations

java.lang.Object[] getAnnotations(com.thoughtworks.qdox.model.AbstractJavaEntity qdoxElement)

getAnnotations

java.lang.Object[] getAnnotations(com.thoughtworks.qdox.model.JavaParameter parameter)