All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anwen.mongo.annotation.index.MongoCompoundIndexes Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.annotation.index;

import java.lang.annotation.*;

/**
 * 多个复合索引
 *
 * @author anwen
 */
@Target({ ElementType.TYPE })
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface MongoCompoundIndexes {

    MongoCompoundIndex[] value();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy