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

com.tvd12.ezymq.activemq.annotation.EzyActiveHandler Maven / Gradle / Ivy

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

import java.lang.annotation.*;

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

    String value() default "";

    String command() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy