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

lodsve.validate.annotations.Double Maven / Gradle / Ivy

There is a newer version: 2.7.5-RELEASE
Show newest version
package lodsve.validate.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 验证框架:小数限制注解.
 *
 * @author sunhao([email protected])
 * @version V1.0
 * @createTime 12-11-23 下午8:42
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface Double {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy