Bump odlparent to 8.1.8
[yangtools.git] / yang / yang-model-util / src / main / java / module-info.java
index e6fd9c1368163f39cefd176280f4673361717fe0..4c7b0d2e5fa6c8093adb06706586941c55461402 100644 (file)
@@ -16,4 +16,9 @@ module org.opendaylight.yangtools.yang.model.util {
     requires org.opendaylight.yangtools.yang.common;
     requires org.opendaylight.yangtools.yang.model.api;
     requires org.slf4j;
+
+    // Annotations
+    requires static transitive org.eclipse.jdt.annotation;
+    requires static com.github.spotbugs.annotations;
+    requires static org.checkerframework.checker.qual;
 }