Class Annotation
java.lang.Object
kieker.monitoring.probe.aspectj.AbstractAspectJProbe
kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
kieker.monitoring.probe.aspectj.flow.constructorCall.Annotation
- All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe
public class Annotation extends AbstractAspect
- Since:
- 1.6
-
Constructor Summary
Constructors Constructor Description Annotation()Default constructor. -
Method Summary
Modifier and Type Method Description voidmonitoredConstructor()The pointcut for the monitored constructors.Methods inherited from class kieker.monitoring.probe.aspectj.flow.constructorCall.AbstractAspect
member2constructor, static2constructorMethods inherited from class kieker.monitoring.probe.aspectj.AbstractAspectJProbe
getter, noGetterAndSetter, notWithinKieker, setter, signatureToLongString
-
Constructor Details
-
Annotation
public Annotation()Default constructor.
-
-
Method Details
-
monitoredConstructor
public void monitoredConstructor()Description copied from class:AbstractAspectThe pointcut for the monitored constructors. Inheriting classes should extend the pointcut in order to find the correct calls (e.g. all constructors or only constructors with specific annotations).- Specified by:
monitoredConstructorin classAbstractAspect
-