org.dbtools.gen.AnnotationConsts 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.gen;
public class AnnotationConsts {
public static final String NULLABLE = "@javax.annotation.Nullable";
public static final String NONNULL = "@javax.annotation.Nonnull";
}