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