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

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

package io.nflow.rest.config.jaxrs;

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 - 2025 Weber Informatics LLC | Privacy Policy