Skip to content

Latest commit

 

History

History

annotations-jackson

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Jackson Annotations for Scribe

Contains the JacksonAnnotationsModule that provides support for Jackson annotations.

The annotations module is installed like the following.

final Scribe m = Scribe
    .defaultBuilder()
    .install(new JacksonAnnotationsModule())
    .build();