Class ExcludePrivateAnnotationsStandardDoclet

  • All Implemented Interfaces:
    Doclet
    Direct Known Subclasses:
    IncludePublicAnnotationsStandardDoclet

    @Public
    @Evolving
    public class ExcludePrivateAnnotationsStandardDoclet
    extends StandardDoclet
    A Doclet for excluding elements that are annotated with InterfaceAudience.Private or InterfaceAudience.LimitedPrivate. It delegates to the Standard Doclet, and takes the same options.