Require checker.qual 44/98044/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Oct 2021 10:17:35 +0000 (12:17 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Oct 2021 10:18:07 +0000 (12:18 +0200)
We are using the annotations here, but do not pull in the corresponding
module. Fix that.

Change-Id: Idc25a01c5ba0068763f45f11ddcdfb75a1aae3ac
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-spec-util/src/main/java/module-info.java

index a55a0b29257f6f85a2bb49a265c6f28edd0c3bda..d8912b57c2e8f7cca99e9d089e3aa13d53184db6 100644 (file)
@@ -19,4 +19,5 @@ module org.opendaylight.mdsal.binding.spec.util {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
+    requires static org.checkerframework.checker.qual;
 }