Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

애스팩트

A collection of 1 post

아키텍처 검증

나이쓰~!!! 계층형 아키텍처 검증 용 Aspect

@Aspectpublic class SystemArchitecture {     @Pointcut(“execution(* org.opensprout.dao..*(..))”)    public void executeDao(){}        @Pointcut(“call(* org.opensprout.service..*(..))”)    public void callToService(){}        @Before(“cflowbelow(executeDao()) &&

  • 백기선
백기선 Oct 5, 2008 • 2 min read
Whiteship © 2022
Powered by Ghost