All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.nflow.rest.config.NflowCors Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package io.nflow.rest.config;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

import javax.ws.rs.NameBinding;

@NameBinding
@Retention(RetentionPolicy.RUNTIME)
public @interface NflowCors {
  // annotation for marking JAX-RS resources that should be processed by CorsHeaderContainerResponseFilter
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy