
com.wuba.wsilk.producer.wrapper.Wrapper Maven / Gradle / Ivy
package com.wuba.wsilk.producer.wrapper;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 装饰器模式
*
* @author mindashuang
*/
@Documented
@Retention(RetentionPolicy.SOURCE)
@Target({ ElementType.TYPE })
public @interface Wrapper {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy