master
Sam Brannen 6 years ago
parent 755add3087
commit 160002cf8b
  1. 6
      spring-test/src/test/java/org/springframework/test/context/BootstrapUtilsTests.java

@ -114,15 +114,15 @@ public class BootstrapUtilsTests {
@BootstrapWith(FooBootstrapper.class)
@Retention(RetentionPolicy.RUNTIME)
static @interface BootWithFoo {}
@interface BootWithFoo {}
@BootstrapWith(FooBootstrapper.class)
@Retention(RetentionPolicy.RUNTIME)
static @interface BootWithFooAgain {}
@interface BootWithFooAgain {}
@BootstrapWith(BarBootstrapper.class)
@Retention(RetentionPolicy.RUNTIME)
static @interface BootWithBar {}
@interface BootWithBar {}
// Invalid
@BootstrapWith

Loading…
Cancel
Save