标签: java rest aspectj
我的课程用@Aspect注释,其方法用@Before("execution...注释 这将通过注释为rest ws
@Aspect
@Before("execution...
@Component @Path("/xyz") @Produces({ MediaType.APPLICATION_JSON })
无论如何都要将http请求/响应注入aspect-j?