Merge pull request #11 from sunshio/main

@Table注解不可继承
This commit is contained in:
Michael Yang 2023-04-26 16:19:02 +08:00 committed by GitHub
commit bf5e1c8bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ package com.mybatisflex.annotation;
import java.lang.annotation.*;
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
public @interface Table {