org.dbtools.codegen.java.Access Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbtools-gen Show documentation
Show all versions of dbtools-gen Show documentation
DBTools ORM Class Generator.
package org.dbtools.codegen.java;
public enum Access {
DEFAULT_NONE, PUBLIC, PRIVATE, PROTECTED
}