Is it possible to create a method level @RequestMapping that is only mapped if a certain profile is active?
I know it is possible to have the controller created only if a specific profile is active, but I am referring specifically to method @RequestMapping s at the method level