Seal ModelStatement
[yangtools.git] / model / yang-model-spi / src / main / java / module-info.java
index f6707b673ea14bc6a82ca27057eda2d880bfff12..4a54a3f500b3394aba46e18e380c5141f3dfeea8 100644 (file)
@@ -19,5 +19,6 @@ module org.opendaylight.yangtools.yang.model.spi {
     requires org.slf4j;
 
     // Annotations
+    requires static com.github.spotbugs.annotations;
     requires static transitive org.eclipse.jdt.annotation;
 }