Skip to content

1.0.1

Compare
Choose a tag to compare
@jkschneider jkschneider released this 17 Jun 15:28
8ce19f9
  • Don't replace web annotation names that aren't camel cased. For example, leave @PathVariable("my_id") int myId, because replacing the parameter name with my_id is a non-idiomatic Java naming convention.
  • Don't attempt to alter or remove @ModelAttribute from method names.