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

org.dbtools.gen.AnnotationConsts Maven / Gradle / Ivy

There is a newer version: 11.0.0
Show newest version
package org.dbtools.gen;

public class AnnotationConsts {
    public static final String NULLABLE = "@javax.annotation.Nullable";
    public static final String NONNULL = "@javax.annotation.Nonnull";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy