Quick question. Is there any way around this type...
# announcements
c
Quick question. Is there any way around this type of issue? Library gives me an interface like this:
Copy code
public interface Test {
    public void someMethod(@NotNull String thing);
}