You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.