net.vz.mongodb.jackson
Annotation Type Id


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD,PARAMETER})
public @interface Id

Basically the same as javax.persistence.Id, but allows placement on params as well, for use when using JsonCreator

Since:
1.0
Author:
James Roper



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