Package org.cyclos.utils
Annotation Type SkipServiceLog
-
@Target(METHOD) @Retention(RUNTIME) public @interface SkipServiceLog
Marker annotation for service interface methods which should never be logged on the service log. This is also used to skip profiling of the same methods (except if skipProfiling is false). Errors in service methods will be logged regardless this annotation.