
in.hocg.boot.message.autoconfigure.annotation.MessageDestination Maven / Gradle / Ivy
package in.hocg.boot.message.autoconfigure.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
* Created by hocgin on 2020/7/20.
* email: [email protected]
*
* @author hocgin
*/
@Target({java.lang.annotation.ElementType.METHOD})
@Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@Documented
public @interface MessageDestination {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy