From ddd089c76f93c7dd4077ffd7445ba798c2549904 Mon Sep 17 00:00:00 2001 From: huangzekai_1 Date: Tue, 29 Sep 2020 17:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3CGLIB=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E4=B8=8B=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=88=B0=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/io/jboot/core/weight/Weight.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/io/jboot/core/weight/Weight.java b/src/main/java/io/jboot/core/weight/Weight.java index 9a12f909..65a77914 100644 --- a/src/main/java/io/jboot/core/weight/Weight.java +++ b/src/main/java/io/jboot/core/weight/Weight.java @@ -20,6 +20,7 @@ import java.lang.annotation.*; /** * @author michael yang */ +@Inherited @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Documented -- Gitee