Annotation Interface MongoDeleteOptions
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,METHOD,TYPE})
@Documented
@Inherited
public @interface MongoDeleteOptions
Defines a custom MongoDB delete query options.
- Since:
 - 3.3.0
 - Author:
 - Denis Stepanov
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
hint
String hintThe hint.- Returns:
 - The hint value
 
- Default:
 - ""
 
 
 -