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

    • monitoredConstructor

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