Package org.cyclos.impl.system
Annotation Type ExcludeFromProfilingContext
-
@Retention(RUNTIME) @Target(METHOD) public @interface ExcludeFromProfilingContext
Marks a method that should be excluded from the profiling context. This means that the method will not be taken into account when calculating the context of an event. This is useful for methods that are not relevant for profiling, such as handlers methods used only by other handlers.