I have URLs like the following:
/
/help
/*

Obviously i need those specified in the correct order, if /* is compared first then the others won't work... So is there a way to specify order in the @RequestMapping() annotation? Right now I have them specified in my app-servlet.xml file.