Annotation Type Operation


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    @UseWith({SERVICE,COMPONENT,PAGE})
    public @interface Operation
    Describes a method as one that should be operation tracked. Operation tracking is useful when an exception in deeply nested code occurs, as it is possible to identify (using human readable descriptions) the path to the code that failed.
    Since:
    5.4
    See Also:
    OperationTracker