For Maven, I think you can find these annotations here:

    <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>javax.annotation-api</artifactId>
      <version>1.3.2</version>
    </dependency>

From: Owen Thomas <owen.paul.tho...@gmail.com>
Sent: Friday, June 25, 2021 10:22 AM
To: NetBeans Mailing List <users@netbeans.apache.org>
Subject: Re: @Nonnull?

No Maven or Gradle. Ant only. :b

On Fri, 25 Jun 2021 at 17:34, Owen Thomas 
<owen.paul.tho...@gmail.com<mailto:owen.paul.tho...@gmail.com>> wrote:
I've just been informed that @Nonnull could be part of javax (the documentation 
does appear to state this). I don't think I have access to this package because 
I'm not using anything other than the Java SE API.

Reply via email to