com.tlgen.orm.annotation.MappingClass Maven / Gradle / Ivy
The newest version!
package com.tlgen.orm.annotation;
import java.lang.annotation.*;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MappingClass {
public Class> value();
}