Handle importing annotations better
Opened this issue · 0 comments
dakrone commented
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.