Skip to content

Commit 39b2fbb

Browse files
committed
Make SynthetizedAnnotation public
Enable public visibility on SynthetizedAnnotation to allow annotation outside its package to be proxied properly. This commit is pending a unit test that actually reproduces the problem. Issue: SPR-13057
1 parent 4549d76 commit 39b2fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/annotation/SynthesizedAnnotation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
* @author Sam Brannen
2525
* @since 4.2
2626
*/
27-
interface SynthesizedAnnotation {
27+
public interface SynthesizedAnnotation {
2828
}

0 commit comments

Comments
 (0)