mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
GitOrigin-RevId: 562cf18eafa636a761c75ae3e9630bdab3eff760
5 lines
110 B
Java
5 lines
110 B
Java
import org.jetbrains.annotations.Nullable;
|
|
|
|
class RemoveAnnotationWithImportQuickFix {
|
|
@Nullable String s;
|
|
} |