Hi,
I was wondering, where those @NotNull annotations in our codebase were coming from. Someone used your library and introduced the dependency
<dependency>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
<version>12.0</version>
</dependency>
to us.
Can you define this dependency in a way, so it is not pulled into projects using your library?
Hi,
I was wondering, where those
@NotNullannotations in our codebase were coming from. Someone used your library and introduced the dependencyto us.
Can you define this dependency in a way, so it is not pulled into projects using your library?