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

org.xillium.data.persistence.crud.tablename Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.xillium.data.persistence.crud;

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


/**
 * Annotation to associate a table name with a Field mapped from a column.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface tablename {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy