@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ControlObjectName
ProbeContext.createPayload(String, Object, Enum)
. The method must be public and static with a single parameter
of type Object
and return a String
.
Usually, control objects should be opened with ProbeContext.openControlObject(Object, String)