@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ProbeName
This annotation can be added to a method in a user-defined Provider
interface, to set the name that will be used for the generated probe
associated with that method. Without this annotation, the name will be the
name of the method.
public abstract String value
Copyright © 2012. All Rights Reserved.