net.vz.mongodb.jackson
Annotation Type MongoCollection


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MongoCollection

Annotation used to specify the collection that a type uses

Since:
1.2
Author:
James Roper

Required Element Summary
 String name
          The name of the collection
 

Element Detail

name

public abstract String name
The name of the collection

Returns:
The name of the collection


Copyright © 2011-2012 VZ Netzwerke. All Rights Reserved.