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

com.jeesuite.kafka.annotation.ConsumerHandler Maven / Gradle / Ivy

/**
 * 
 */
package com.jeesuite.kafka.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @description 
* @author vakin * @date 2015年12月10日 * @Copyright (c) 2015, jwww */ @Target({ElementType.TYPE }) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented public @interface ConsumerHandler { String topic(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy