File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
spring-context/src/main/java/org/springframework/context/event Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2021 the original author or authors.
2
+ * Copyright 2002-2022 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
23
23
import java .lang .annotation .Target ;
24
24
import java .util .function .Predicate ;
25
25
26
+ import org .springframework .aot .hint .annotation .Reflective ;
26
27
import org .springframework .context .ApplicationEvent ;
27
28
import org .springframework .core .annotation .AliasFor ;
28
29
89
90
@ Target ({ElementType .METHOD , ElementType .ANNOTATION_TYPE })
90
91
@ Retention (RetentionPolicy .RUNTIME )
91
92
@ Documented
93
+ @ Reflective
92
94
public @interface EventListener {
93
95
94
96
/**
You can’t perform that action at this time.
0 commit comments