File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/main/java/net/lamgc/utils/event Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 123123 <artifactId >maven-site-plugin</artifactId >
124124 <version >3.7.1</version >
125125 </plugin >
126- <plugin >
127- <artifactId >maven-project-info-reports-plugin</artifactId >
128- <version >3.0.0</version >
129- </plugin >
130126 <plugin >
131127 <groupId >org.apache.maven.plugins</groupId >
132128 <artifactId >maven-source-plugin</artifactId >
133- <version >2.4 </version >
129+ <version >3.2.1 </version >
134130 <executions >
135131 <execution >
136132 <id >attach-sources</id >
Original file line number Diff line number Diff line change 55import java .lang .annotation .RetentionPolicy ;
66import java .lang .annotation .Target ;
77
8+ /**
9+ * 标注了该注解的方法, 即使满足了EventHandler接收事件所需方法的条件, 也不会收到事件.
10+ */
811@ Target ({ElementType .METHOD })
912@ Retention (RetentionPolicy .RUNTIME )
1013public @interface NotAccepted {
You can’t perform that action at this time.
0 commit comments