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

io.airlift.http.server.EnableLegacyUriCompliance Maven / Gradle / Ivy

There is a newer version: 285
Show newest version
package io.airlift.http.server;

import com.google.inject.BindingAnnotation;

import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Retention(RUNTIME)
@BindingAnnotation
public @interface EnableLegacyUriCompliance
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy