metagloss 0.0.2

net.sf.metagloss.db
Annotation Type TableName


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface TableName

Annotation type to set the DB table name for any ITable implementations.

See Also:
DBUtils.getTableName(Class)

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value