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
      This is the pointcut for the monitored operations. Inheriting classes should extend this pointcut to make sure that the correct joint points will be detected.
      Specified by:
      monitoredOperation in class AbstractAspect