com.sun.tracing.dtrace
Annotation Type NameAttributes
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NameAttributes
This annotation describes the interface attributes of the
name field for a single provider.
This annotation can be added to a user-defined Provider specification
interface to set the stability attributes of the name field for
all probes specified in that provider.
If this annotation is not present, the interface attributes for the
name field will be Private/Private/Unknown.
- Since:
- 1.7
- See Also:
- Solaris Dynamic Tracing Guide, Chapter 39: Stability
value
public abstract Attributes value