import org.jetbrains.annotations.*; class Test { @NotNull String explicit; @NotNull String implicit; }