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

org.rdlinux.ezmybatis.annotation.ColumnHandler Maven / Gradle / Ivy

package org.rdlinux.ezmybatis.annotation;

import java.lang.annotation.*;

@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface ColumnHandler {
    /**
     * 指定类需要继承自{@link org.apache.ibatis.type.TypeHandler}
     */
    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy