All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.aop.xml Maven / Gradle / Ivy

Go to download

TSL2 Framework Html5 Extensions (WebServer, Html5Presentation, RuleCover, BeanConfigurator, LogicTable-Sheet, Expression-Descriptors for Actions, Rules, URLs, Queries)

There is a newer version: 2.5.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<aspectj>
	<aspects>
		<concrete-aspect name="tracer" extends="de.tsl2.nano.agent.LogMeAs">
			<pointcut name="traceMethodAround" expression="execution(public * *.*(..))" />
			<pointcut name="traceMethod"       expression="execution(!public XXX *.*(..))" />
		</concrete-aspect>
	</aspects>
	<!-- options="-verbose -showWeaveInfo" -->
	<weaver>
		<include within="*"/>
		<exclude within="*..Log*"/>
 		<exclude within="com..*"/>
		<exclude within="org..*"/>
		<exclude within="sun..*"/>
		<exclude within="java..*"/>
		<dump within="*" beforeandafter="true"/>
	</weaver>
</aspectj>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy