@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ProviderAttributes
provider field for a single provider.
This annotation can be added to a user-defined Provider specification
interface to set the stability attributes of the provider field for
all probes specified in that provider.
If this annotation is not present, the interface attributes for the
provider field will be Private/Private/Unknown.
| Modifier and Type | Required Element and Description |
|---|---|
Attributes |
value |
public abstract Attributes value
Copyright © 2012. All Rights Reserved.