@Retention(value=RUNTIME)
@Target(value={ANNOTATION_TYPE,METHOD,TYPE})
@Documented
@Inherited
public @interface MongoProjection
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The custom fields projection represented in JSON.
|