Remove invalid import from Kotlin example
This commit is contained in:
parent
8be2a43d52
commit
8734c64b75
|
|
@ -599,8 +599,6 @@ for this purpose. Such an aspect typically resembles the following example:
|
||||||
import org.aspectj.lang.annotation.Aspect
|
import org.aspectj.lang.annotation.Aspect
|
||||||
import org.aspectj.lang.annotation.Pointcut
|
import org.aspectj.lang.annotation.Pointcut
|
||||||
|
|
||||||
import org.springframework.aop.Pointcut
|
|
||||||
|
|
||||||
@Aspect
|
@Aspect
|
||||||
class CommonPointcuts {
|
class CommonPointcuts {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue