kieker.monitoring.probe.aspectj.flow.construction
Class Annotation
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.construction.AbstractAspect
kieker.monitoring.probe.aspectj.flow.construction.Annotation
- All Implemented Interfaces:
- IMonitoringProbe
public class Annotation
- extends AbstractAspect
- Since:
- 1.5
- Author:
- Jan Waller
Constructor Summary |
Annotation()
Default constructor. |
Annotation
public Annotation()
- Default constructor.
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 constructors (e.g. all constructors or
only constructors with specific annotations).
- Specified by:
monitoredConstructor
in class AbstractAspect
Copyright 2014 Kieker Project, http://kieker-monitoring.net>