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

spoon.examples.dbaccess.annotation.DBAccess Maven / Gradle / Ivy

The newest version!
package spoon.examples.dbaccess.annotation;


public @interface DBAccess {
    DBType type();
    String database();
    String username();
    String password();
    String tableName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy