Class Annotation

java.lang.Object
All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe

public class Annotation
extends AbstractAspect
Since:
1.6
  • Constructor Details

    • Annotation

      public Annotation()
      Default constructor.
  • Method Details

    • monitoredOperation

      public void monitoredOperation()
      Description copied from class: AbstractAspect
      The pointcut for the monitored operations. Inheriting classes should extend the pointcut in order to find the correct executions of the methods (e.g. all methods or only methods with specific annotations).
      Specified by:
      monitoredOperation in class AbstractAspect