We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9b767 commit 5a68d1fCopy full SHA for 5a68d1f
spring-test/src/main/java/org/springframework/test/context/bean/override/BeanOverrideProcessor.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2024 the original author or authors.
+ * Copyright 2002-2025 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -36,7 +36,6 @@
36
* @author Sam Brannen
37
* @since 6.2
38
*/
39
-@FunctionalInterface
40
public interface BeanOverrideProcessor {
41
42
/**
0 commit comments