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

com.github.jingshouyan.jdbc.comm.annotation.Indices Maven / Gradle / Ivy

package com.github.jingshouyan.jdbc.comm.annotation;

import java.lang.annotation.*;

/**
 * @author jingshouyan
 * 05/21/19 11:02 AM
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Indices {
    Index[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy