mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 16:47:50 +07:00
GitOrigin-RevId: 06ef397f4488776bb492a9f296f6acfa0949aaf4
5 lines
165 B
Java
5 lines
165 B
Java
import com.intellij.ide.presentation.Presentation;
|
|
|
|
@Presentation(icon = "<error descr="'Icon' is deprecated">AllIcons.Icon</error>")
|
|
public class DeprecatedIcon {
|
|
} |