import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; ... // placementof @Nullable and @NotNull @NotNull private String expand( @NotNull File targetFile, @Nullable String image) { ... }