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

com.circustar.mybatis_accessor.annotation.event.MultiDecodeEvent Maven / Gradle / Ivy

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