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

au.net.causal.shoelaces.jersey.JerseyConfigured Maven / Gradle / Ivy

There is a newer version: 3.0
Show newest version
package au.net.causal.shoelaces.jersey;

import org.springframework.beans.factory.annotation.Qualifier;

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

/**
 * Spring qualifier annotation that marks an object mapper as one specifically for use with Jersey.
 */
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Qualifier
public @interface JerseyConfigured
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy