Move model.repo.util classes to model.repo.spi
[yangtools.git] / yang / yang-model-api / src / main / java / module-info.java
index 9c987acab12bbf5348808aed4ad1b321d4aa8d3d..fb5c743c6dc8d7057ddbedb9ccdf6a9e923c129f 100644 (file)
@@ -23,4 +23,5 @@ module org.opendaylight.yangtools.yang.model.api {
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
     requires static com.github.spotbugs.annotations;
+    requires static org.checkerframework.checker.qual;
 }