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

win.doyto.query.core.QueryTable Maven / Gradle / Ivy

There is a newer version: 0.2.2.1-RELEASE
Show newest version
package win.doyto.query.core;

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

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * QueryTable
 *
 * @author f0rb
 */
@Target(TYPE)
@Retention(RUNTIME)
public @interface QueryTable {
    String table();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy