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

kikaha.urouting.api.FormParam Maven / Gradle / Ivy

There is a newer version: 2.1.10.Final
Show newest version
package kikaha.urouting.api;

import java.lang.annotation.*;

@Target( { ElementType.PARAMETER } )
@Retention( RetentionPolicy.RUNTIME )
public @interface FormParam {
	String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy