dakrone/emacs-java-imports

Handle importing annotations better

Opened this issue · 0 comments

Currently if you are on the mark @TestLogging (or something like it), java-imports thinks you mean to import a class called @TestLogging instead of TestLogging. It should strip leading @ for annotations.