Class IncludePublicAnnotationsStandardDoclet

  • All Implemented Interfaces:
    Doclet

    @Public
    @Evolving
    public class IncludePublicAnnotationsStandardDoclet
    extends ExcludePrivateAnnotationsStandardDoclet
    A Doclet that only includes class-level elements that are annotated with InterfaceAudience.Public. Class-level elements with no annotation are excluded. In addition, all elements that are annotated with InterfaceAudience.Private or InterfaceAudience.LimitedPrivate are also excluded. It delegates to the Standard Doclet, and takes the same options.
    • Constructor Detail

      • IncludePublicAnnotationsStandardDoclet

        public IncludePublicAnnotationsStandardDoclet()