Promote ImmutableNodes to yang-data-spi
[yangtools.git] / data / yang-data-spi / src / main / java / module-info.java
index 85b2283467cac39923630aefe6e185ddff07b4cd..fc62bc6e3b2bf901f36d3ba66227d252aa9711c5 100644 (file)
@@ -17,4 +17,5 @@ module org.opendaylight.yangtools.yang.data.spi {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
+    requires static com.github.spotbugs.annotations;
 }