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

com.wuba.wsilk.producer.mapper.Mapper Maven / Gradle / Ivy

package com.wuba.wsilk.producer.mapper;

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

/**
 * 影射
 * 
 * @author mindashuang
 */
@Documented
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
public @interface Mapper {

	Class value();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy