아키텍처 검증 나이쓰~!!! 계층형 아키텍처 검증 용 Aspect @Aspectpublic class SystemArchitecture { @Pointcut(“execution(* org.opensprout.dao..*(..))”) public void executeDao(){} @Pointcut(“call(* org.opensprout.service..*(..))”) public void callToService(){}