Fix for Sonar major issues
[policy/engine.git] / PolicyEngineUtils / src / main / java / org / onap / policy / api / NotificationHandler.java
index 6484a9d..837eba9 100644 (file)
@@ -24,6 +24,7 @@ package org.onap.policy.api;
  *  
  * @version 0.1
  */
+@FunctionalInterface
 public interface NotificationHandler {
        /**
         * <code>notificationReceived</code> method will be triggered automatically whenever a Notification is received by the PEP.