Annotation Interface LiveOnly


@Target(METHOD) @Retention(RUNTIME) public @interface LiveOnly
Indicates that a particular handler is purely an output, and should be excluded from both replays and tests. i.e. we only want them to be used when running live.