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

com.tvd12.ezymq.rabbitmq.annotation.EzyRabbitInterceptor Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezymq.rabbitmq.annotation;

import java.lang.annotation.*;

@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface EzyRabbitInterceptor {

    int priority() default 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy