org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class ResourceDocType

java.lang.Object
  extended by org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType

public class ResourceDocType
extends Object

The documentation type for resources.
Created on: Jun 11, 2008

Author:
Martin Grotzke (martin.grotzke at freiheit.com)

Field Summary
protected  List<ClassDocType> classDoc
           
 
Constructor Summary
ResourceDocType()
           
 
Method Summary
 List<ClassDocType> getDocs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classDoc

protected List<ClassDocType> classDoc
Constructor Detail

ResourceDocType

public ResourceDocType()
Method Detail

getDocs

public List<ClassDocType> getDocs()


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.