Annotate ContextCustomizer[Factory] with @FunctionalInterface
Issue: SPR-14432
This commit is contained in:
@@ -35,6 +35,7 @@ import org.springframework.context.ConfigurableApplicationContext;
|
||||
* @see ContextCustomizerFactory
|
||||
* @see org.springframework.test.context.support.AbstractContextLoader#customizeContext
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface ContextCustomizer {
|
||||
|
||||
/**
|
||||
|
||||
@@ -34,6 +34,7 @@ import java.util.List;
|
||||
* @author Sam Brannen
|
||||
* @since 4.3
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface ContextCustomizerFactory {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user