![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.aop.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.aspects Show documentation
Show all versions of tsl2.nano.aspects Show documentation
TSL2 Framework Aspects (Generic Aspects with AspectJ)
The newest version!
<aspectj> <aspects> <aspect name="de.tsl2.nano.aspect.AspectCover"/> <!-- define a concrete aspect inline --> <concrete-aspect name="de.tsl2.nano.aspect.ConcreteAspectCover" extends="de.tsl2.nano.aspect.AbstractAspect"> <pointcut name="trace" expression="execution(public * XXXX(..))"/> <pointcut name="profile" expression="execution(public * YYYY(..))"/> <pointcut name="mock" expression="execution(public * ZZZZ(..))"/> </concrete-aspect> <weaver options="-verbose -showWeaveInfo"> <include within="de.tsl2.nano.aspect.*"/> <dump within="de.tsl2.nano.aspect.*" /> </weaver> </aspects> </aspectj>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy