All Classes
-
All Classes Class Summary Annotation Types Summary Class Description ExcludePrivateAnnotationsStandardDoclet ADocletfor excluding elements that are annotated withInterfaceAudience.PrivateorInterfaceAudience.LimitedPrivate.IncludePublicAnnotationsStandardDoclet ADocletthat only includes class-level elements that are annotated withInterfaceAudience.Public.InterfaceAudience Annotation to inform users of a package, class or method's intended audience.InterfaceAudience.LimitedPrivate Intended only for the project(s) specified in the annotation.InterfaceAudience.Private Intended for use only within a given project.InterfaceAudience.Public Intended for use by any project or application.InterfaceStability Annotation to inform users of how much to rely on a particular package, class or method not changing over time.InterfaceStability.Evolving Evolving, but can break compatibility at minor release (i.e.InterfaceStability.Stable Can evolve while retaining compatibility for minor release boundaries.InterfaceStability.Unstable No guarantee is provided as to reliability or stability across any level of release granularity.