mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polish Javadoc and formatting in @TestExecutionListeners
This commit is contained in:
+4
-5
@@ -75,7 +75,7 @@ public @interface TestExecutionListeners {
|
||||
* locally declared listeners will simply be appended to the list of default
|
||||
* listeners when merged.
|
||||
*/
|
||||
MERGE_WITH_DEFAULTS,
|
||||
MERGE_WITH_DEFAULTS
|
||||
}
|
||||
|
||||
|
||||
@@ -133,10 +133,9 @@ public @interface TestExecutionListeners {
|
||||
* // ...
|
||||
* }</pre>
|
||||
*
|
||||
* <p>
|
||||
* If {@code inheritListeners} is set to {@code false}, the listeners for the
|
||||
* annotated class will <em>shadow</em> and effectively replace any listeners
|
||||
* defined by a superclass.
|
||||
* <p>If {@code inheritListeners} is set to {@code false}, the listeners for
|
||||
* the annotated class will <em>shadow</em> and effectively replace any
|
||||
* listeners defined by a superclass.
|
||||
*/
|
||||
boolean inheritListeners() default true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user