The following example is from here.
public class Car { public Car(@NotNull String manufacturer) { //...