com.circustar.mybatis_accessor.annotation.event.MultiDecodeEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-accessor Show documentation
Show all versions of mybatis-accessor Show documentation
enhancement based on mybatis plus
The newest version!
package com.circustar.mybatis_accessor.annotation.event;
import java.lang.annotation.*;
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(value = {ElementType.TYPE})
public @interface MultiDecodeEvent {
DecodeEvent[] value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy