Skip to content

Migrate from com.intellij:annotations to org.jetbrains:annotations #289

@yeikel

Description

@yeikel

What problem are you trying to solve?

The com.intellij:annotations package was relocated to org.jetbrains:annotations after v12 (2013)

This caused confusion and many teams are unaware and still using the old coordinates.

Describe the situation after applying the recipe

There are various examples, but here is one :

import com.intellij.annotations.NotNull
-import com.intellij.annotations.NotNull
+import org.jetbrains.annotations.NotNull

Metadata

Metadata

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions