@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ModuleName
module field for a DTrace probe.
This annotation can be added to a method in a user-defined Provider
specification interface to set the module field that will be used
for the generated DTrace probe associated with that method.
public abstract String value
Copyright © 2012. All Rights Reserved.