Add a missing annotation requires 83/93783/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Nov 2020 15:31:31 +0000 (16:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Nov 2020 15:43:38 +0000 (16:43 +0100)
We are using @SuppressFBWarnings, add them.

Change-Id: I34f5b1f8335702f5ddae9b989ade5503a9f0af42
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-generator-impl/src/main/java/module-info.java

index 41339315a427249946cb9636b41097606fa481f8..e9c3aaa17840f7dbf2eacb0787804430908a3b6c 100644 (file)
@@ -29,6 +29,7 @@ module org.opendaylight.mdsal.binding.generator.impl {
 
     // Annotations
     requires static transitive org.eclipse.jdt.annotation;
+    requires static com.github.spotbugs.annotations;
     requires static javax.inject;
     requires static metainf.services;
     requires static org.osgi.service.component.annotations;