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

com.github.fashionbrot.annotation.ValidatedParam Maven / Gradle / Ivy

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




import java.lang.annotation.*;


@Documented
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface ValidatedParam {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy