All Classes and Interfaces

Class
Description
 
 
The implementation of Extension for using Googles Guice as an Instantiator.
Custom Extension.Data to be used to configure this extension.
 
 
Indicates that the annotated class is a custom implementation that should replace the default implementation.
A class annotated with Implementation.Middleware will be automatically searched for and instantiated as a Middleware by guice.
A class annotated with Implementation.TypeAdapter will be automatically searched for and instantiated as a TypeAdapter by guice.
A class annotated with Implementation.Validator will be automatically searched for and instantiated as a Validator by guice.