package org.jetbrains.annotations; import java.lang.annotation.*; // Stub of @NotNull: @Target({ElementType.METHOD, ElementType.FIELD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE, ElementType.TYPE_USE}) public @interface NotNull { }