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

io.github.sinri.keel.web.http.PreHandlerChainMeta Maven / Gradle / Ivy

Go to download

A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.

The newest version!
package io.github.sinri.keel.web.http;


import io.github.sinri.keel.web.http.prehandler.PreHandlerChain;

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

/**
 * @since 3.2.13
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface PreHandlerChainMeta {
    Class value() default PreHandlerChain.class;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy