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

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

There is a newer version: 2.0.9
Show newest version
package com.github.fashionbrot.validated.constraint;

import java.lang.annotation.*;

@Documented
@Target({ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Constraint {

    Class>[] validatedBy();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy