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

com.github.fashionbrot.validated.annotation.AssertFalse Maven / Gradle / Ivy

package com.github.fashionbrot.validated.annotation;

import java.lang.annotation.*;

/**
 * 验证是否为false
 * boolean
 * String
 */
@Documented
@Target({ElementType.FIELD,  ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Mars
public @interface AssertFalse {

    String msg() default "com.spv.valid.AssertFalse.msg";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy