Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change of derivatives in graph observed
  • Loading branch information
rog13002 committed Dec 9, 2015
1 parent 5e31063 commit 2686368
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions maintainj/META-INF/aop.xml
@@ -0,0 +1,15 @@
<aspectj>
<aspects>
<concrete-aspect name="com.maintainj.inst.J2SEAspect" extends="com.maintainj.aspect.J2SEExecutionAspect">
<pointcut name="anyExecution" expression="execution( * *.*(..)) || execution( *.new(..))"/>
<pointcut name="beforeMain" expression="execution(public static void jat.examples.ThreeBodyExample.ThreeBodyExample.main(String[])) || execution(public static void jat.examples.ThreeBodyExample.ThreeBodyExample.main(String...))"/>
</concrete-aspect>
</aspects>
<weaver options="-proceedOnError -nowarn -XaddSerialVersionUID -Xset:makeTjpFieldsTransient=true -Xset:avoidFinal=true">
<include within="jat..*"/>
<include within="jat.examples.ThreeBodyExample.ThreeBodyExample"/>
<exclude within="*ObjectFactory"/>
<exclude within="*..*CGLIB*"/>
<exclude within="com.maintainj..*"/>
</weaver>
</aspectj>

0 comments on commit 2686368

Please sign in to comment.