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

org.javawebstack.httpserver.router.annotation.params.Attrib Maven / Gradle / Ivy

Go to download

This library provides a routing and request mapping stack on top of the well known and industry proven eclipse jetty http server. It also supports websockets.

The newest version!
package org.javawebstack.httpserver.router.annotation.params;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy