au.net.causal.shoelaces.jersey.JerseyConfigured Maven / Gradle / Ivy
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