class RootDocProcessor extends Object
RootDoc
by substituting with (nested) proxy objects that
exclude elements with Private or LimitedPrivate annotations.
Based on code from http://www.sixlegs.com/blog/java/exclude-javadoc-tag.html.
Modifier and Type | Class and Description |
---|---|
private static class |
RootDocProcessor.ExcludeHandler |
Modifier and Type | Field and Description |
---|---|
private static Map<Object,Object> |
proxies |
(package private) static String |
stability |
(package private) static boolean |
treatUnannotatedClassesAsPrivate |
Constructor and Description |
---|
RootDocProcessor() |
static String stability
static boolean treatUnannotatedClassesAsPrivate
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.