com.tvd12.ezymq.mosquitto.annotation.EzyMosquittoInterceptor Maven / Gradle / Ivy
The newest version!
package com.tvd12.ezymq.mosquitto.annotation;
import java.lang.annotation.*;
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface EzyMosquittoInterceptor {
int priority() default 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy