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

com.rapatao.vertx.eventbus.proxyhelper.handler.MessageFailHandler Maven / Gradle / Ivy

package com.rapatao.vertx.eventbus.proxyhelper.handler;

import java.lang.annotation.*;

/**
 * Created by rapatao on 13/09/16.
 */

@Documented
@Target(ElementType.METHOD)
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface MessageFailHandler {

    Class value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy