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

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

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

import java.lang.annotation.*;

@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Indices {
    Index[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy