From 70fb6131935806f7e2041c5dfd0ac81164670875 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Thu, 15 Feb 2024 09:21:45 +0700 Subject: Remove noise from aspectj_1_5_0.dtd Signed-off-by: Alexander Kriegisch --- weaver/src/main/resources/aspectj_1_5_0.dtd | 115 ++++++++++++---------------- 1 file changed, 47 insertions(+), 68 deletions(-) (limited to 'weaver') diff --git a/weaver/src/main/resources/aspectj_1_5_0.dtd b/weaver/src/main/resources/aspectj_1_5_0.dtd index 1e9fb8a91..12693f7e0 100644 --- a/weaver/src/main/resources/aspectj_1_5_0.dtd +++ b/weaver/src/main/resources/aspectj_1_5_0.dtd @@ -1,5 +1,5 @@ - + +--> - - +--> - + When multiple aspectj DD are found, the options are simply toggled + TODO: Note: the scope of the options can be ClassLoader aware but should be assumed JVM wide +--> - + (it is not a startWith) +--> - + (it is not a startWith) + TODO should it be called @from: " instead of + TODO: AND must be written that way and not with the "&&" symbol. Thus NOT and OR exists as well. +--> - +--> - +--> - - - + + @name FQN of the concrete aspect (use $ for nested class) [will be jit generated] + @extends FQN of the abstract aspect (use $ for nested class) +--> @@ -132,16 +113,14 @@ concrete-aspect precedence CDATA #IMPLIED perclause CDATA #IMPLIED > - + @name name of the abstract pointcut (method name, unique in aspect class hierarchy) + @expression pointcut expression + Note: for argument binding, the bounded arguments must be present and bounded: + + TODO: AND must be written that way and not with the "&&" symbol. Thus NOT and OR exists as well. +-->