Merge "Convert models to JUnit 5"
[policy/models.git] / models-errors / src / main / java / org / onap / policy / models / errors / concepts / ErrorResponseInfo.java
index ed7104b..70ebbef 100644 (file)
@@ -1,6 +1,7 @@
 /*-
  * ============LICENSE_START=======================================================
  *  Copyright (C) 2019 Nordix Foundation.
+ *  Modifications Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,6 +26,7 @@ package org.onap.policy.models.errors.concepts;
  *
  * @author Liam Fallon (liam.fallon@est.tech)
  */
+@FunctionalInterface
 public interface ErrorResponseInfo {
 
     /**