Annotation Interface ProbeID


@Retention(RUNTIME) @Target(METHOD) public @interface ProbeID
Annotation that marks a particular method as producing a "probe id". This id will be used as the title of a probe. The annotated method must have a return value and take zero parameters.
Author:
Nick Collier