![JAR search and dependency download from the Maven repository](/logo.png)
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