Package org.apache.yetus.audience
Audience annotations.
-
Class Summary Class Description InterfaceAudience Annotation to inform users of a package, class or method's intended audience.InterfaceStability Annotation to inform users of how much to rely on a particular package, class or method not changing over time. -
Annotation Types Summary Annotation Type Description org.apache.yetus.audience.InterfaceAudience.LimitedPrivate Intended only for the project(s) specified in the annotation.org.apache.yetus.audience.InterfaceAudience.Private Intended for use only within a given project.org.apache.yetus.audience.InterfaceAudience.Public Intended for use by any project or application.org.apache.yetus.audience.InterfaceStability.Evolving Evolving, but can break compatibility at minor release (i.e.org.apache.yetus.audience.InterfaceStability.Stable Can evolve while retaining compatibility for minor release boundaries.org.apache.yetus.audience.InterfaceStability.Unstable No guarantee is provided as to reliability or stability across any level of release granularity.