Package | Description |
---|---|
de.kruis.padoclet |
You probably know the difference between the
|
de.kruis.padoclet.util |
This package contains utility classes used to build PublishedApiDoclet.
|
Modifier and Type | Class and Description |
---|---|
static class |
FilterDocletBase.ComparableHandler
This class is the base of all the
HalfDynamicProxy classes for the javadoc *Doc interfaces.
|
static class |
FilterDocletBase.HandlerBase
This class is the base of all the
HalfDynamicProxy classes for the javadoc interfaces.
|
static class |
PublishedApiDoclet.AnnotationDescHandler
Proxy methods for
AnnotationDesc instances. |
static class |
PublishedApiDoclet.AnnotationTypeDocHandler
Proxy methods for
ClassDoc instances. |
static class |
PublishedApiDoclet.ClassDocHandler
Proxy methods for
ClassDoc instances. |
static class |
PublishedApiDoclet.DocHandler
Proxy methods and state common to all
Doc instances. |
static class |
PublishedApiDoclet.MethodDocHandler
Proxy methods for the
MethodDoc instance. |
static class |
PublishedApiDoclet.PackageDocHandler
Proxy methods for
PackageDoc instances. |
static class |
PublishedApiDoclet.RootDocHandler
Proxy methods for the
RootDoc instance. |
Modifier and Type | Class and Description |
---|---|
class |
HalfDynamicProxy
This class is a quite universaly usable base class for a dynamic proxy.
|