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
Content-assist for Spring annotation attributes fail when there is a space involved, e.g.
@Resource(name = <*>)
does not show content-assist for @Resource, whereas
@Resource(name =<*>)
does show the correct content-assist proposals. This is a general problem of the content-assist for annotation attributes, not just for the @Resource annotation.