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

com.github.fashionbrot.constraint.Constraint Maven / Gradle / Ivy

The newest version!
package com.github.fashionbrot.constraint;

import java.lang.annotation.*;

@Documented
@Target({ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Constraint {
    /**
     * 属性 参数 实现接口
     * @return Class
     */
    Class>[] validatedBy() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy