Add UniqueValidation
[yangtools.git] / yang / yang-data-api / src / main / java / module-info.java
index cbe3cafd5770b26175aafc52d22bfb0a15054d82..c13d04f6af944dffe99943bf0e056e9d0d7e77dc 100644 (file)
@@ -21,4 +21,5 @@ module org.opendaylight.yangtools.yang.data.api {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
+    requires static com.github.spotbugs.annotations;
 }