mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: f5c6113ccd1738d72b0f58fe13a8352a043431c9
5 lines
162 B
Java
5 lines
162 B
Java
import org.jetbrains.annotations.NotNull;
|
|
|
|
<warning descr="Nullability annotation is not applicable to classes">@NotNull</warning>
|
|
public class DisableOnClass {
|
|
} |