Package org.opennms.core.profiler
Annotation Type Profile
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Profile
Annotate any method or class in order to measure execution time. This only works out-of-the-box if Spring AOP is enabled. SeeProfilerAspect
for more details.