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

io.github.itroadlabs.apicross.beanvalidation.springmvc.params.ParamNameBindingSupport Maven / Gradle / Ivy

The newest version!
package io.github.itroadlabs.apicross.beanvalidation.springmvc.params;

import java.lang.annotation.*;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface ParamNameBindingSupport {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy