You are using AspectJ style pointcut-expression @Aspect
and @Before
are part of AspectJ. Check this link.
Regarding the AspectJ-weaver
, its actually a bytecode weaver which weaves aspects into classes at load time.
You are using AspectJ style pointcut-expression @Aspect
and @Before
are part of AspectJ. Check this link.
Regarding the AspectJ-weaver
, its actually a bytecode weaver which weaves aspects into classes at load time.