| 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 Type | Description |
|---|---|
| InterfaceAudience.LimitedPrivate |
Intended only for the project(s) or Package(s) specified in the
annotation.
For example, "mbean", "notification", "util". |
| InterfaceAudience.Private |
Intended for use only within this itself.
|
| InterfaceAudience.Public |
Intended for use by any project or application.
|
| InterfaceStability.Evolving |
Evolving, but can break compatibility at minor release (i.e.
|
| InterfaceStability.Stable |
Can evolve while retaining compatibility for minor release boundaries.;
can break compatibility only at major release (i.e.
|
| InterfaceStability.Unstable |
No guarantee is provided as to reliability or stability across any level
of release granularity.
|
| Mandatory |
Indicates that a method/field should be set to a valid value.
|
| Path |
Copyright © 2016 utils4j. All Rights Reserved.