Added @FunctionalInterface annotation where needed
[appc.git] / appc-dg / appc-dg-shared / appc-dg-common / src / main / java / org / onap / appc / dg / common / VNFCDgResolverPlugin.java
index 06036c2..6352fcc 100644 (file)
@@ -31,7 +31,7 @@ import java.util.Map;
 
 import org.onap.appc.exceptions.APPCException;
 
-
+@FunctionalInterface
 public interface VNFCDgResolverPlugin extends SvcLogicJavaPlugin {
     void resolveVNFCDg(Map<String, String> params, SvcLogicContext ctx) throws APPCException;
 }