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

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

There is a newer version: 1.3.0
Show newest version
package com.github.jingshouyan.jdbc.comm.annotation;

import java.lang.annotation.*;

/**
 * @author jingshouyan
 * #date 2019/1/30 11:53
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Foreign {
    String thisKey();

    String thatKey();

    String[] value() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy