1
0
şunun yansıması https://github.com/eclipse-aspectj/aspectj.git eşitlendi 2024-08-15 14:13:28 +02:00
org.aspectj/tests/ltw/inclExcl/aop-include.xml

11 satır
177 B
XML
Ham Normal Görünüm Geçmiş

<aspectj>
<weaver>
<include within="pkg..* AND !pkg.sub..*"/>
<dump within="pkg..* AND !pkg.sub..*"/>
</weaver>
<aspects>
<aspect name="tracing.Tracer"/>
</aspects>
</aspectj>