1.0.1
- Don't replace web annotation names that aren't camel cased. For example, leave
@PathVariable("my_id") int myId
, because replacing the parameter name withmy_id
is a non-idiomatic Java naming convention. - Don't attempt to alter or remove
@ModelAttribute
from method names.