Paul Bakker
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Recommended way to handle imports (Java/Kotlin) when adding an annotation to a class from a quick fix
AnsweredIf a plugin adds an annotation to a Java/Kotlin class or method in a quick fix, is it recommended that it also adds the import for the annotation type? Or should the user use the "Import class" qui...