@@ -210,7 +210,7 @@ class AnnotationBeanNameGeneratorTests {
|
|||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Component
|
@Component
|
||||||
@interface ConventionBasedComponent1 {
|
@interface ConventionBasedComponent1 {
|
||||||
// This intentionally convention-based. Please do not add @AliasFor.
|
// This is intentionally convention-based. Please do not add @AliasFor.
|
||||||
// See gh-31093.
|
// See gh-31093.
|
||||||
String value() default "";
|
String value() default "";
|
||||||
}
|
}
|
||||||
@@ -218,7 +218,7 @@ class AnnotationBeanNameGeneratorTests {
|
|||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@Component
|
@Component
|
||||||
@interface ConventionBasedComponent2 {
|
@interface ConventionBasedComponent2 {
|
||||||
// This intentionally convention-based. Please do not add @AliasFor.
|
// This is intentionally convention-based. Please do not add @AliasFor.
|
||||||
// See gh-31093.
|
// See gh-31093.
|
||||||
String value() default "";
|
String value() default "";
|
||||||
}
|
}
|
||||||
@@ -260,7 +260,7 @@ class AnnotationBeanNameGeneratorTests {
|
|||||||
@Target(ElementType.TYPE)
|
@Target(ElementType.TYPE)
|
||||||
@Controller
|
@Controller
|
||||||
@interface TestRestController {
|
@interface TestRestController {
|
||||||
// This intentionally convention-based. Please do not add @AliasFor.
|
// This is intentionally convention-based. Please do not add @AliasFor.
|
||||||
// See gh-31093.
|
// See gh-31093.
|
||||||
String value() default "";
|
String value() default "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user