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

org.zodiac.mybatisplus.binding.annotation.Module Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.mybatisplus.binding.annotation;

import java.lang.annotation.*;

/**
 * 模块注解。
 * 
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface Module {

    /***
     * 指定模块名。
     * 
     * @return 名称
     */
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy