X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fonap%2Faai%2Fbabel%2Fservice%2FGenerateArtifactsService.java;h=205d20891defa4d07225a30bcc91396cf7fd29ef;hb=d874753af8a4f5d8db615370c607cc938659eefe;hp=33f6f1ac89c0b2a4bdf905b23fce3f49b86b6b8a;hpb=9482344fa5f2a5c68c369a7662456bc23a2fb11c;p=aai%2Fbabel.git diff --git a/src/main/java/org/onap/aai/babel/service/GenerateArtifactsService.java b/src/main/java/org/onap/aai/babel/service/GenerateArtifactsService.java index 33f6f1a..205d208 100644 --- a/src/main/java/org/onap/aai/babel/service/GenerateArtifactsService.java +++ b/src/main/java/org/onap/aai/babel/service/GenerateArtifactsService.java @@ -36,6 +36,7 @@ import org.onap.aai.auth.AAIAuthException; @Path("/app") @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) +@FunctionalInterface public interface GenerateArtifactsService { @POST