annotation completion
I've noticed that enums inside of annotations don't show available values, is this deliberate, a bug, or just a freak consistent accident that only affects me?
An example is the ejb3 annotations, if I add this to a method:
@Id(generate=GeneratorType.]]>) weird things show up like primitive classnames, instead of that I'd expect (AUTO, TABLE, NONE, etc).
请先登录再写评论。
Hani Suleiman wrote:
I think this is http://jetbrains.net/jira/browse/IDEABKL-3113