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

com.yixsoft.support.mybatis.autosql.annotations.StaticUpdate Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.yixsoft.support.mybatis.autosql.annotations;

import java.lang.annotation.*;

/**
 * Create by davep at 2019-09-09 17:15
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@AutoSql(value = SqlType.UPDATE)
public @interface StaticUpdate {
    String[] value() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy