| This is an annotations based version of the GuardAspect aspect
To workaround an AspectJ bug use the -XnoInline weave option, in case you are getting errors like:
java.lang.VerifyError: (class: net/sf/oval/guard/GuardAspect2, method: ajc$inlineAccessMethod$net_sf_oval_guard_GuardAspect2$net_sf_oval_guard_Guard$guardMethodPost signature: (Lnet/sf/oval/guard/Guard;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)V) Illegal use of nonvirtual function call
author: Sebastian Thomschke See Also: Guard |