org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class AnnotationDocType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.AnnotationDocType
public class AnnotationDocType
- extends Object
The documentation type for annotations.
Created on: Jun 12, 2008
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribute
protected List<NamedValueType> attribute
AnnotationDocType
public AnnotationDocType()
getAttributeDocs
public List<NamedValueType> getAttributeDocs()
hasAttributeDocs
public boolean hasAttributeDocs()
getAnnotationTypeName
public String getAnnotationTypeName()
- Returns:
- the annotationTypeName
setAnnotationTypeName
public void setAnnotationTypeName(String annotationTypeName)
- Parameters:
annotationTypeName - the annotationTypeName to set
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.