I'm migrating our XML config to java-based config. Our AOP config now needs to use AspectJ's @Aspect annotations (AFAIK). But we need to expose our proxy. Is there a way to do this in java-based configuration and/or AspectJ?

M