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

com.mugui.base.client.net.auto.AutoCreateTable Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
package com.mugui.base.client.net.auto;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * 自动创建表
 * @author Administrator
 *
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface AutoCreateTable {

	String value(); 

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy