![JAR search and dependency download from the Maven repository](/logo.png)
play.api.rest.http.Config Maven / Gradle / Ivy
The newest version!
package play.api.rest.http;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Documented
@Target(PARAMETER)
@Retention(RUNTIME)
public @interface Config {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy