com.shaded.fasterxml.jackson.jaxrs.annotation.package-info Maven / Gradle / Ivy
/**
* Package that contains annotations applicable to all content types.
* Currently defined are:
*
* - {@link com.fasterxml.jackson.jaxrs.annotation.JacksonFeatures} allows
* enabling and/or disabling {@link com.fasterxml.jackson.databind.DeserializationFeature}s
* and {@link com.fasterxml.jackson.databind.SerializationFeature}s for individual
* endpoints.
*
*
*/
package com.fasterxml.jackson.jaxrs.annotation;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy