EventListenerMethodProcessor accepts internal configuration classes

Issue: SPR-17160
This commit is contained in:
Juergen Hoeller
2018-08-18 12:05:39 +02:00
parent a6a6cf7d97
commit 1d59e52f11
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2017 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -951,7 +951,7 @@ public class AnnotationDrivenEventListenerTests {
}
@Component
@Configuration
static class OrderedTestListener extends TestEventListener {
public final List<String> order = new ArrayList<>();