Narrow down SuppressFBWarnings in ModelProcessingPhase
[yangtools.git] / yang / yang-parser-spi / src / main / java / module-info.java
index b28ab1b6f15f3973b026cd02fcccdb4117d0954f..a7a6b2d74db3f4ac9b16ae9a388142bd60c88171 100644 (file)
@@ -15,5 +15,6 @@ module org.opendaylight.yangtools.yang.parser.spi {
     requires org.slf4j;
 
     // Annotations
+    requires static com.github.spotbugs.annotations;
     requires static org.eclipse.jdt.annotation;
 }