Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有用注释的类@Aspect和用注释的方法@Before("execution... 这将通过注释为rest ws的类切入
@Aspect
@Before("execution...
@Component @Path("/xyz") @Produces({ MediaType.APPLICATION_JSON })
无论如何将http请求/响应注入aspect-j?