Adding @Functional Interface
[aaf/authz.git] / cadi / core / src / main / java / org / onap / aaf / cadi / Connector.java
index 88ac57e..c5f60d2 100644 (file)
@@ -21,6 +21,7 @@
 
 package org.onap.aaf.cadi;
 
+@FunctionalInterface
 public interface Connector {
     public Lur newLur() throws CadiException;
 }