Class ResourceDocType
- java.lang.Object
-
- org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResourceDocType
-
public class ResourceDocType extends java.lang.Object
The documentation type for resources.
Created on: Jun 11, 2008
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ClassDocType>
classDoc
-
Constructor Summary
Constructors Constructor Description ResourceDocType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ClassDocType>
getDocs()
-
-
-
Field Detail
-
classDoc
protected java.util.List<ClassDocType> classDoc
-
-
Method Detail
-
getDocs
public java.util.List<ClassDocType> getDocs()
-
-