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

com.litongjava.db.annotation.ATableField Maven / Gradle / Ivy

There is a newer version: 1.4.7
Show newest version
package com.litongjava.db.annotation;

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

@Retention(RetentionPolicy.RUNTIME)
public @interface ATableField {

  /**
   * 
   * @return
   */
  String value();

  /**
   * 类型
   * @return
   */
  Class targetType() default Object.class;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy