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

com.github.jingshouyan.jdbc.comm.annotation.Decimal Maven / Gradle / Ivy

package com.github.jingshouyan.jdbc.comm.annotation;

import java.lang.annotation.*;

/**
 * @author jingshouyan
 * 05/21/19 11:02 AM
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Decimal {
    int precision();

    int scale();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy