@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ProviderName
This annotation can be added to a user-defined Provider
interface, to set the name that will be used
for the provider in the generated probes. Without this annotation,
the simple class name of the provider interface is used.
public abstract String value
Copyright © 2012. All Rights Reserved.