![JAR search and dependency download from the Maven repository](/logo.png)
io.github.lab515.utils.WebMap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qray Show documentation
Show all versions of qray Show documentation
remoting ondemand in java
package io.github.lab515.utils;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface WebMap {
String value() default "/";
String[] methods() default "GET";
String type() default "application/json";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy