Annotation Interface Scored


@InterceptorBinding @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Scored
The business score is increased when an anotated business method is invoked.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    boolean
    If set to true then the score is increased even if the intercepted method throws an exception.
    int
     
  • Element Details