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

com.argo.sqlite.annotations.RefLink Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package com.argo.sqlite.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Created by user on 8/14/15.
 */
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD})
public @interface RefLink {

    /**
     * Ref Column
     * @return String
     */
    String on() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy