mopemope/meghanada-emacs

Allow code completion in annotation fields and value

Closed this issue · 1 comments

Assuming that I have the following annotation:

 public @interface Param {
     String key();
     String value();
 }

When using it, I would expect to have completion at @Param(ke but I don't.

Supported it.
anno