net.sf.seam.perf4j
Annotation Type Perf4jProfiled


@Target(value={METHOD,CONSTRUCTOR})
@Retention(value=RUNTIME)
@Interceptors(value=Perf4jProfiledInterceptor.class)
public @interface Perf4jProfiled

Marker annotation for methods profiled with Perf4j. Methods to be profiled should be marked with that annotation.

Due to Seam limitation in addition to original Profiled annotation from Perf4j library (which for example allows to configure logging format) profiled method has to marked using that annotation as well.

Author:
Marcin ZajÄ…czkowski, 2010-01-17
See Also:
Perf4jProfiledInterceptor



Copyright © 2010. All Rights Reserved.