에러원인 : 에러 메시지를 읽어보면 error can`t bind type name 'PointcutCommon'이라고 쓰여져있다. 쉽게 말해 PointcutCommon을 찾을 수 없어서 나타나는 에러이다.
해결방안 : PointCommon으로 했어야했는데 어노테이션을 잘못 설정했었다 @Befor()
||
에러원인 : 에러 메시지를 읽어보면 error can`t bind type name 'PointcutCommon'이라고 쓰여져있다. 쉽게 말해 PointcutCommon을 찾을 수 없어서 나타나는 에러이다.
해결방안 : PointCommon으로 했어야했는데 어노테이션을 잘못 설정했었다 @Befor()
||