For a method with several arguments, such as this constructor:
public Chron ( UUID id , UUID trackId , Instant whenCreated , Instant whenLastModified , Instant start , Instant stop , String summary , String notes )
…is there a way to mark all of those parameters with the @NotNull
annotation while editing my source code in IntelliJ 2019.2? Repeated pasting seems silly.