Browse Source

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
pull/808/head
Stephane Nicoll 11 years ago
parent
commit
39b2fbbccf
  1. 2
      spring-core/src/main/java/org/springframework/core/annotation/SynthesizedAnnotation.java

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

@ -24,5 +24,5 @@ package org.springframework.core.annotation;
* @author Sam Brannen * @author Sam Brannen
* @since 4.2 * @since 4.2
*/ */
interface SynthesizedAnnotation { public interface SynthesizedAnnotation {
} }

Loading…
Cancel
Save