@GetMapping... (and similar) content-assist proposals show up for controller classes nicely, but they also show up when typing @ at the class level, e.g.:
@Controller
<*>
class OwnerController {
...
This should be improved to not have misleading proposals showing up there.