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