Package dev.morphia.annotations
Annotation Interface Handler
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,TYPE})
@Documented
@Inherited
public @interface Handler
Defines a specific handler for a type above and beyond the codecs
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
Class<? extends dev.morphia.mapping.codec.references.BaseReferenceCodec> value- Returns:
 - the handler Class
 
 
 -