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

nl.open.jwtdependency.com.fasterxml.jackson.annotation.package-info Maven / Gradle / Ivy

Go to download

This is a drop in replacement for the auth0 java-jwt library (see https://github.com/auth0/java-jwt). This jar makes sure there are no external dependencies (e.g. fasterXml, Apacha Commons) needed. This is useful when deploying to an application server (e.g. tomcat with Alfreso or Pega).

The newest version!
/**
 * Public core annotations, most of which are used to configure how
 * Data Mapping/Binding works. Annotations in this package can only
 * have dependencies to non-annotation classes in Core package;
 * annotations that have dependencies to Mapper classes are included
 * in Mapper module (under org.codehaus.jackson.map.annotate).
 * Also contains parameter types (mostly enums) needed by annotations.
 *

* Note that prior versions (1.x) contained these annotations within * 'core' jar, as part of Streaming API. */ package com.fasterxml.jackson.annotation;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy