@InterfaceAudience.Public @InterfaceStability.Evolving public class InterfaceAudience extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static interface |
InterfaceAudience.LimitedPrivate
Intended only for the project(s) or Package(s) specified in the
annotation.
For example, "mbean", "notification", "util". |
static interface |
InterfaceAudience.Private
Intended for use only within this itself.
|
static interface |
InterfaceAudience.Public
Intended for use by any project or application.
|
Copyright © 2016 utils4j. All Rights Reserved.