Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
3d52c86a
Commit
3d52c86a
authored
Sep 10, 2016
by
Eddú Meléndez
Committed by
Andy Wilkinson
Jan 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Annotate interfaces with @FunctionaInterface
Closes gh-6857
parent
6d70c061
Changes
76
Hide whitespace changes
Inline
Side-by-side
Showing
76 changed files
with
76 additions
and
0 deletions
+76
-0
CacheStatisticsProvider.java
...framework/boot/actuate/cache/CacheStatisticsProvider.java
+1
-0
PublicMetrics.java
.../springframework/boot/actuate/endpoint/PublicMetrics.java
+1
-0
EndpointHandlerMappingCustomizer.java
...ctuate/endpoint/mvc/EndpointHandlerMappingCustomizer.java
+1
-0
ManagementServletContext.java
...k/boot/actuate/endpoint/mvc/ManagementServletContext.java
+1
-0
HealthAggregator.java
...springframework/boot/actuate/health/HealthAggregator.java
+1
-0
HealthIndicator.java
.../springframework/boot/actuate/health/HealthIndicator.java
+1
-0
InfoContributor.java
...rg/springframework/boot/actuate/info/InfoContributor.java
+1
-0
GaugeService.java
...rg/springframework/boot/actuate/metrics/GaugeService.java
+1
-0
Exporter.java
...springframework/boot/actuate/metrics/export/Exporter.java
+1
-0
OpenTsdbNamingStrategy.java
...boot/actuate/metrics/opentsdb/OpenTsdbNamingStrategy.java
+1
-0
PrefixMetricReader.java
...ework/boot/actuate/metrics/reader/PrefixMetricReader.java
+1
-0
GaugeWriter.java
...ingframework/boot/actuate/metrics/writer/GaugeWriter.java
+1
-0
CacheManagerCustomizer.java
...work/boot/autoconfigure/cache/CacheManagerCustomizer.java
+1
-0
JCacheManagerCustomizer.java
...ork/boot/autoconfigure/cache/JCacheManagerCustomizer.java
+1
-0
FlywayMigrationStrategy.java
...rk/boot/autoconfigure/flyway/FlywayMigrationStrategy.java
+1
-0
Jackson2ObjectMapperBuilderCustomizer.java
...figure/jackson/Jackson2ObjectMapperBuilderCustomizer.java
+1
-0
DataSourcePoolMetadataProvider.java
...nfigure/jdbc/metadata/DataSourcePoolMetadataProvider.java
+1
-0
ResourceConfigCustomizer.java
...k/boot/autoconfigure/jersey/ResourceConfigCustomizer.java
+1
-0
ArtemisConfigurationCustomizer.java
...configure/jms/artemis/ArtemisConfigurationCustomizer.java
+1
-0
AuthoritiesExtractor.java
...figure/security/oauth2/resource/AuthoritiesExtractor.java
+1
-0
JwtAccessTokenConverterConfigurer.java
...ty/oauth2/resource/JwtAccessTokenConverterConfigurer.java
+1
-0
PrincipalExtractor.java
...onfigure/security/oauth2/resource/PrincipalExtractor.java
+1
-0
UserInfoRestTemplateCustomizer.java
...urity/oauth2/resource/UserInfoRestTemplateCustomizer.java
+1
-0
TemplateAvailabilityProvider.java
.../autoconfigure/template/TemplateAvailabilityProvider.java
+1
-0
ErrorController.java
...ringframework/boot/autoconfigure/web/ErrorController.java
+1
-0
ErrorViewResolver.java
...ngframework/boot/autoconfigure/web/ErrorViewResolver.java
+1
-0
CommandFactory.java
.../org/springframework/boot/cli/command/CommandFactory.java
+1
-0
DependencyResolver.java
...ramework/boot/cli/command/install/DependencyResolver.java
+1
-0
SpringBootAstTransformation.java
...mework/boot/cli/compiler/SpringBootAstTransformation.java
+1
-0
ProgressReporter.java
...ngframework/boot/cli/compiler/grape/ProgressReporter.java
+1
-0
RepositorySystemSessionAutoConfiguration.java
...piler/grape/RepositorySystemSessionAutoConfiguration.java
+1
-0
ClassPathRestartStrategy.java
...ork/boot/devtools/classpath/ClassPathRestartStrategy.java
+1
-0
FileChangeListener.java
...framework/boot/devtools/filewatch/FileChangeListener.java
+1
-0
FileSystemWatcherFactory.java
...ork/boot/devtools/filewatch/FileSystemWatcherFactory.java
+1
-0
AccessManager.java
...gframework/boot/devtools/remote/server/AccessManager.java
+1
-0
Handler.java
.../springframework/boot/devtools/remote/server/Handler.java
+1
-0
HandlerMapper.java
...gframework/boot/devtools/remote/server/HandlerMapper.java
+1
-0
FailureHandler.java
...springframework/boot/devtools/restart/FailureHandler.java
+1
-0
RestartInitializer.java
...ngframework/boot/devtools/restart/RestartInitializer.java
+1
-0
RestartListener.java
...pringframework/boot/devtools/restart/RestartListener.java
+1
-0
ClassLoaderFileRepository.java
...vtools/restart/classloader/ClassLoaderFileRepository.java
+1
-0
SourceFolderUrlFilter.java
...k/boot/devtools/restart/server/SourceFolderUrlFilter.java
+1
-0
TunnelConnection.java
...amework/boot/devtools/tunnel/client/TunnelConnection.java
+1
-0
PortProvider.java
...ngframework/boot/devtools/tunnel/server/PortProvider.java
+1
-0
TargetServerConnection.java
...k/boot/devtools/tunnel/server/TargetServerConnection.java
+1
-0
RestDocsMockMvcConfigurationCustomizer.java
...gure/restdocs/RestDocsMockMvcConfigurationCustomizer.java
+1
-0
MockMvcBuilderCustomizer.java
...t/autoconfigure/web/servlet/MockMvcBuilderCustomizer.java
+1
-0
FieldValuesParser.java
...configurationprocessor/fieldvalues/FieldValuesParser.java
+1
-0
TreeVisitor.java
...configurationprocessor/fieldvalues/javac/TreeVisitor.java
+1
-0
PluginFeatures.java
.../java/org/springframework/boot/gradle/PluginFeatures.java
+1
-0
LaunchScript.java
...a/org/springframework/boot/loader/tools/LaunchScript.java
+1
-0
Libraries.java
...java/org/springframework/boot/loader/tools/Libraries.java
+1
-0
LibraryCallback.java
...rg/springframework/boot/loader/tools/LibraryCallback.java
+1
-0
JarEntryFilter.java
...a/org/springframework/boot/loader/jar/JarEntryFilter.java
+1
-0
ApplicationRunner.java
...main/java/org/springframework/boot/ApplicationRunner.java
+1
-0
Banner.java
...g-boot/src/main/java/org/springframework/boot/Banner.java
+1
-0
CommandLineRunner.java
...main/java/org/springframework/boot/CommandLineRunner.java
+1
-0
ExitCodeExceptionMapper.java
...ava/org/springframework/boot/ExitCodeExceptionMapper.java
+1
-0
ExitCodeGenerator.java
...main/java/org/springframework/boot/ExitCodeGenerator.java
+1
-0
PropertyNamePatternsMatcher.java
...pringframework/boot/bind/PropertyNamePatternsMatcher.java
+1
-0
EmbeddedServletContainerCustomizer.java
.../context/embedded/EmbeddedServletContainerCustomizer.java
+1
-0
EmbeddedServletContainerFactory.java
...oot/context/embedded/EmbeddedServletContainerFactory.java
+1
-0
JettyServerCustomizer.java
...rk/boot/context/embedded/jetty/JettyServerCustomizer.java
+1
-0
TomcatConnectorCustomizer.java
...ot/context/embedded/tomcat/TomcatConnectorCustomizer.java
+1
-0
TomcatContextCustomizer.java
...boot/context/embedded/tomcat/TomcatContextCustomizer.java
+1
-0
UndertowBuilderCustomizer.java
.../context/embedded/undertow/UndertowBuilderCustomizer.java
+1
-0
UndertowDeploymentInfoCustomizer.java
...t/embedded/undertow/UndertowDeploymentInfoCustomizer.java
+1
-0
FailureAnalysisReporter.java
...ngframework/boot/diagnostics/FailureAnalysisReporter.java
+1
-0
FailureAnalyzer.java
...org/springframework/boot/diagnostics/FailureAnalyzer.java
+1
-0
EnvironmentPostProcessor.java
...rg/springframework/boot/env/EnvironmentPostProcessor.java
+1
-0
XAConnectionFactoryWrapper.java
.../springframework/boot/jta/XAConnectionFactoryWrapper.java
+1
-0
XADataSourceWrapper.java
...ava/org/springframework/boot/jta/XADataSourceWrapper.java
+1
-0
RestTemplateCustomizer.java
...ringframework/boot/web/client/RestTemplateCustomizer.java
+1
-0
ErrorPageRegistrar.java
.../springframework/boot/web/servlet/ErrorPageRegistrar.java
+1
-0
ErrorPageRegistry.java
...g/springframework/boot/web/servlet/ErrorPageRegistry.java
+1
-0
ServletContextInitializer.java
...framework/boot/web/servlet/ServletContextInitializer.java
+1
-0
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/cache/CacheStatisticsProvider.java
View file @
3d52c86a
...
@@ -27,6 +27,7 @@ import org.springframework.cache.CacheManager;
...
@@ -27,6 +27,7 @@ import org.springframework.cache.CacheManager;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
CacheStatisticsProvider
<
C
extends
Cache
>
{
public
interface
CacheStatisticsProvider
<
C
extends
Cache
>
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/PublicMetrics.java
View file @
3d52c86a
...
@@ -29,6 +29,7 @@ import org.springframework.boot.actuate.metrics.Metric;
...
@@ -29,6 +29,7 @@ import org.springframework.boot.actuate.metrics.Metric;
* @author Dave Syer
* @author Dave Syer
* @see SystemPublicMetrics SystemPublicMetrics for an example implementation
* @see SystemPublicMetrics SystemPublicMetrics for an example implementation
*/
*/
@FunctionalInterface
public
interface
PublicMetrics
{
public
interface
PublicMetrics
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/EndpointHandlerMappingCustomizer.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.endpoint.mvc;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.endpoint.mvc;
* @author Dave Syer
* @author Dave Syer
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
public
interface
EndpointHandlerMappingCustomizer
{
public
interface
EndpointHandlerMappingCustomizer
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/ManagementServletContext.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.endpoint.mvc;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.endpoint.mvc;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
ManagementServletContext
{
public
interface
ManagementServletContext
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthAggregator.java
View file @
3d52c86a
...
@@ -34,6 +34,7 @@ import java.util.Map;
...
@@ -34,6 +34,7 @@ import java.util.Map;
* @author Christian Dupuis
* @author Christian Dupuis
* @since 1.1.0
* @since 1.1.0
*/
*/
@FunctionalInterface
public
interface
HealthAggregator
{
public
interface
HealthAggregator
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthIndicator.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.health;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.health;
* @author Dave Syer
* @author Dave Syer
* @see ApplicationHealthIndicator
* @see ApplicationHealthIndicator
*/
*/
@FunctionalInterface
public
interface
HealthIndicator
{
public
interface
HealthIndicator
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/info/InfoContributor.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.info;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.info;
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
InfoContributor
{
public
interface
InfoContributor
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/GaugeService.java
View file @
3d52c86a
...
@@ -27,6 +27,7 @@ package org.springframework.boot.actuate.metrics;
...
@@ -27,6 +27,7 @@ package org.springframework.boot.actuate.metrics;
*
*
* @author Dave Syer
* @author Dave Syer
*/
*/
@FunctionalInterface
public
interface
GaugeService
{
public
interface
GaugeService
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/export/Exporter.java
View file @
3d52c86a
...
@@ -27,6 +27,7 @@ package org.springframework.boot.actuate.metrics.export;
...
@@ -27,6 +27,7 @@ package org.springframework.boot.actuate.metrics.export;
* @author Dave Syer
* @author Dave Syer
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
Exporter
{
public
interface
Exporter
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/opentsdb/OpenTsdbNamingStrategy.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.metrics.opentsdb;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.actuate.metrics.opentsdb;
* @author Dave Syer
* @author Dave Syer
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
OpenTsdbNamingStrategy
{
public
interface
OpenTsdbNamingStrategy
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/reader/PrefixMetricReader.java
View file @
3d52c86a
...
@@ -23,6 +23,7 @@ import org.springframework.boot.actuate.metrics.Metric;
...
@@ -23,6 +23,7 @@ import org.springframework.boot.actuate.metrics.Metric;
*
*
* @author Dave Syer
* @author Dave Syer
*/
*/
@FunctionalInterface
public
interface
PrefixMetricReader
{
public
interface
PrefixMetricReader
{
/**
/**
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/writer/GaugeWriter.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.springframework.boot.actuate.metrics.Metric;
...
@@ -24,6 +24,7 @@ import org.springframework.boot.actuate.metrics.Metric;
* @author Dave Syer
* @author Dave Syer
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
GaugeWriter
{
public
interface
GaugeWriter
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheManagerCustomizer.java
View file @
3d52c86a
...
@@ -26,6 +26,7 @@ import org.springframework.cache.CacheManager;
...
@@ -26,6 +26,7 @@ import org.springframework.cache.CacheManager;
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 1.3.3
* @since 1.3.3
*/
*/
@FunctionalInterface
public
interface
CacheManagerCustomizer
<
T
extends
CacheManager
>
{
public
interface
CacheManagerCustomizer
<
T
extends
CacheManager
>
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/JCacheManagerCustomizer.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import javax.cache.CacheManager;
...
@@ -25,6 +25,7 @@ import javax.cache.CacheManager;
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
JCacheManagerCustomizer
{
public
interface
JCacheManagerCustomizer
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/flyway/FlywayMigrationStrategy.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import org.flywaydb.core.Flyway;
...
@@ -25,6 +25,7 @@ import org.flywaydb.core.Flyway;
* @author Andreas Ahlenstorf
* @author Andreas Ahlenstorf
* @author Phillip Webb
* @author Phillip Webb
*/
*/
@FunctionalInterface
public
interface
FlywayMigrationStrategy
{
public
interface
FlywayMigrationStrategy
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jackson/Jackson2ObjectMapperBuilderCustomizer.java
View file @
3d52c86a
...
@@ -28,6 +28,7 @@ import org.springframework.http.converter.json.Jackson2ObjectMapperBuilder;
...
@@ -28,6 +28,7 @@ import org.springframework.http.converter.json.Jackson2ObjectMapperBuilder;
* @author Grzegorz Poznachowski
* @author Grzegorz Poznachowski
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
Jackson2ObjectMapperBuilderCustomizer
{
public
interface
Jackson2ObjectMapperBuilderCustomizer
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/metadata/DataSourcePoolMetadataProvider.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import javax.sql.DataSource;
...
@@ -24,6 +24,7 @@ import javax.sql.DataSource;
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
public
interface
DataSourcePoolMetadataProvider
{
public
interface
DataSourcePoolMetadataProvider
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jersey/ResourceConfigCustomizer.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import org.glassfish.jersey.server.ResourceConfig;
...
@@ -25,6 +25,7 @@ import org.glassfish.jersey.server.ResourceConfig;
* @author Eddú Meléndez
* @author Eddú Meléndez
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
ResourceConfigCustomizer
{
public
interface
ResourceConfigCustomizer
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java
View file @
3d52c86a
...
@@ -29,6 +29,7 @@ import org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS;
...
@@ -29,6 +29,7 @@ import org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS;
* @since 1.3.0
* @since 1.3.0
* @see ArtemisAutoConfiguration
* @see ArtemisAutoConfiguration
*/
*/
@FunctionalInterface
public
interface
ArtemisConfigurationCustomizer
{
public
interface
ArtemisConfigurationCustomizer
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/AuthoritiesExtractor.java
View file @
3d52c86a
...
@@ -28,6 +28,7 @@ import org.springframework.security.core.GrantedAuthority;
...
@@ -28,6 +28,7 @@ import org.springframework.security.core.GrantedAuthority;
* @author Dave Syer
* @author Dave Syer
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
AuthoritiesExtractor
{
public
interface
AuthoritiesExtractor
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/JwtAccessTokenConverterConfigurer.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import org.springframework.security.oauth2.provider.token.store.JwtAccessTokenCo
...
@@ -25,6 +25,7 @@ import org.springframework.security.oauth2.provider.token.store.JwtAccessTokenCo
* @author Dave Syer
* @author Dave Syer
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
JwtAccessTokenConverterConfigurer
{
public
interface
JwtAccessTokenConverterConfigurer
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/PrincipalExtractor.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import java.util.Map;
...
@@ -25,6 +25,7 @@ import java.util.Map;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
PrincipalExtractor
{
public
interface
PrincipalExtractor
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/oauth2/resource/UserInfoRestTemplateCustomizer.java
View file @
3d52c86a
...
@@ -29,6 +29,7 @@ import org.springframework.security.oauth2.client.OAuth2RestTemplate;
...
@@ -29,6 +29,7 @@ import org.springframework.security.oauth2.client.OAuth2RestTemplate;
* @author Dave Syer
* @author Dave Syer
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
UserInfoRestTemplateCustomizer
{
public
interface
UserInfoRestTemplateCustomizer
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/template/TemplateAvailabilityProvider.java
View file @
3d52c86a
...
@@ -26,6 +26,7 @@ import org.springframework.core.io.ResourceLoader;
...
@@ -26,6 +26,7 @@ import org.springframework.core.io.ResourceLoader;
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 1.1.0
* @since 1.1.0
*/
*/
@FunctionalInterface
public
interface
TemplateAvailabilityProvider
{
public
interface
TemplateAvailabilityProvider
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorController.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.springframework.stereotype.Controller;
...
@@ -24,6 +24,7 @@ import org.springframework.stereotype.Controller;
*
*
* @author Phillip Webb
* @author Phillip Webb
*/
*/
@FunctionalInterface
public
interface
ErrorController
{
public
interface
ErrorController
{
/**
/**
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ErrorViewResolver.java
View file @
3d52c86a
...
@@ -29,6 +29,7 @@ import org.springframework.web.servlet.ModelAndView;
...
@@ -29,6 +29,7 @@ import org.springframework.web.servlet.ModelAndView;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
ErrorViewResolver
{
public
interface
ErrorViewResolver
{
/**
/**
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/command/CommandFactory.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import java.util.ServiceLoader;
...
@@ -25,6 +25,7 @@ import java.util.ServiceLoader;
*
*
* @author Dave Syer
* @author Dave Syer
*/
*/
@FunctionalInterface
public
interface
CommandFactory
{
public
interface
CommandFactory
{
/**
/**
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/command/install/DependencyResolver.java
View file @
3d52c86a
...
@@ -26,6 +26,7 @@ import java.util.List;
...
@@ -26,6 +26,7 @@ import java.util.List;
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
interface
DependencyResolver
{
interface
DependencyResolver
{
/**
/**
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/SpringBootAstTransformation.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.codehaus.groovy.transform.ASTTransformation;
...
@@ -24,6 +24,7 @@ import org.codehaus.groovy.transform.ASTTransformation;
*
*
* @author Dave Syer
* @author Dave Syer
*/
*/
@FunctionalInterface
public
interface
SpringBootAstTransformation
extends
ASTTransformation
{
public
interface
SpringBootAstTransformation
extends
ASTTransformation
{
}
}
spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/grape/ProgressReporter.java
View file @
3d52c86a
...
@@ -21,6 +21,7 @@ package org.springframework.boot.cli.compiler.grape;
...
@@ -21,6 +21,7 @@ package org.springframework.boot.cli.compiler.grape;
*
*
* @author Andy Wilkinson
* @author Andy Wilkinson
*/
*/
@FunctionalInterface
interface
ProgressReporter
{
interface
ProgressReporter
{
/**
/**
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/grape/RepositorySystemSessionAutoConfiguration.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import org.eclipse.aether.RepositorySystem;
...
@@ -25,6 +25,7 @@ import org.eclipse.aether.RepositorySystem;
*
*
* @author Andy Wilkinson
* @author Andy Wilkinson
*/
*/
@FunctionalInterface
public
interface
RepositorySystemSessionAutoConfiguration
{
public
interface
RepositorySystemSessionAutoConfiguration
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/classpath/ClassPathRestartStrategy.java
View file @
3d52c86a
...
@@ -27,6 +27,7 @@ import org.springframework.boot.devtools.filewatch.ChangedFile;
...
@@ -27,6 +27,7 @@ import org.springframework.boot.devtools.filewatch.ChangedFile;
* @since 1.3.0
* @since 1.3.0
* @see PatternClassPathRestartStrategy
* @see PatternClassPathRestartStrategy
*/
*/
@FunctionalInterface
public
interface
ClassPathRestartStrategy
{
public
interface
ClassPathRestartStrategy
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/filewatch/FileChangeListener.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import java.util.Set;
...
@@ -25,6 +25,7 @@ import java.util.Set;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
FileChangeListener
{
public
interface
FileChangeListener
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/filewatch/FileSystemWatcherFactory.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.devtools.filewatch;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.devtools.filewatch;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
FileSystemWatcherFactory
{
public
interface
FileSystemWatcherFactory
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/remote/server/AccessManager.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.springframework.http.server.ServerHttpRequest;
...
@@ -24,6 +24,7 @@ import org.springframework.http.server.ServerHttpRequest;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
AccessManager
{
public
interface
AccessManager
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/remote/server/Handler.java
View file @
3d52c86a
...
@@ -27,6 +27,7 @@ import org.springframework.http.server.ServerHttpResponse;
...
@@ -27,6 +27,7 @@ import org.springframework.http.server.ServerHttpResponse;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
Handler
{
public
interface
Handler
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/remote/server/HandlerMapper.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import org.springframework.http.server.ServerHttpRequest;
...
@@ -25,6 +25,7 @@ import org.springframework.http.server.ServerHttpRequest;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
HandlerMapper
{
public
interface
HandlerMapper
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/FailureHandler.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.devtools.restart;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.devtools.restart;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
FailureHandler
{
public
interface
FailureHandler
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/RestartInitializer.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import java.net.URL;
...
@@ -25,6 +25,7 @@ import java.net.URL;
* @since 1.3.0
* @since 1.3.0
* @see DefaultRestartInitializer
* @see DefaultRestartInitializer
*/
*/
@FunctionalInterface
public
interface
RestartInitializer
{
public
interface
RestartInitializer
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/RestartListener.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.devtools.restart;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.devtools.restart;
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
RestartListener
{
public
interface
RestartListener
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/classloader/ClassLoaderFileRepository.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ package org.springframework.boot.devtools.restart.classloader;
...
@@ -25,6 +25,7 @@ package org.springframework.boot.devtools.restart.classloader;
* @since 1.3.0
* @since 1.3.0
* @see ClassLoaderFile
* @see ClassLoaderFile
*/
*/
@FunctionalInterface
public
interface
ClassLoaderFileRepository
{
public
interface
ClassLoaderFileRepository
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/server/SourceFolderUrlFilter.java
View file @
3d52c86a
...
@@ -26,6 +26,7 @@ import java.net.URL;
...
@@ -26,6 +26,7 @@ import java.net.URL;
* @since 1.3.0
* @since 1.3.0
* @see DefaultSourceFolderUrlFilter
* @see DefaultSourceFolderUrlFilter
*/
*/
@FunctionalInterface
public
interface
SourceFolderUrlFilter
{
public
interface
SourceFolderUrlFilter
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/tunnel/client/TunnelConnection.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import java.nio.channels.WritableByteChannel;
...
@@ -25,6 +25,7 @@ import java.nio.channels.WritableByteChannel;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
TunnelConnection
{
public
interface
TunnelConnection
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/tunnel/server/PortProvider.java
View file @
3d52c86a
...
@@ -23,6 +23,7 @@ package org.springframework.boot.devtools.tunnel.server;
...
@@ -23,6 +23,7 @@ package org.springframework.boot.devtools.tunnel.server;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
PortProvider
{
public
interface
PortProvider
{
/**
/**
...
...
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/tunnel/server/TargetServerConnection.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import java.nio.channels.ByteChannel;
...
@@ -25,6 +25,7 @@ import java.nio.channels.ByteChannel;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
TargetServerConnection
{
public
interface
TargetServerConnection
{
/**
/**
...
...
spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/RestDocsMockMvcConfigurationCustomizer.java
View file @
3d52c86a
...
@@ -29,6 +29,7 @@ import org.springframework.restdocs.mockmvc.MockMvcRestDocumentationConfigurer;
...
@@ -29,6 +29,7 @@ import org.springframework.restdocs.mockmvc.MockMvcRestDocumentationConfigurer;
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
RestDocsMockMvcConfigurationCustomizer
{
public
interface
RestDocsMockMvcConfigurationCustomizer
{
/**
/**
...
...
spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/MockMvcBuilderCustomizer.java
View file @
3d52c86a
...
@@ -28,6 +28,7 @@ import org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder;
...
@@ -28,6 +28,7 @@ import org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder;
* @since 1.4.0
* @since 1.4.0
* @see MockMvcAutoConfiguration
* @see MockMvcAutoConfiguration
*/
*/
@FunctionalInterface
public
interface
MockMvcBuilderCustomizer
{
public
interface
MockMvcBuilderCustomizer
{
/**
/**
...
...
spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/FieldValuesParser.java
View file @
3d52c86a
...
@@ -30,6 +30,7 @@ import org.springframework.boot.configurationprocessor.fieldvalues.javac.JavaCom
...
@@ -30,6 +30,7 @@ import org.springframework.boot.configurationprocessor.fieldvalues.javac.JavaCom
* @since 1.1.2
* @since 1.1.2
* @see JavaCompilerFieldValuesParser
* @see JavaCompilerFieldValuesParser
*/
*/
@FunctionalInterface
public
interface
FieldValuesParser
{
public
interface
FieldValuesParser
{
/**
/**
...
...
spring-boot-tools/spring-boot-configuration-processor/src/main/java/org/springframework/boot/configurationprocessor/fieldvalues/javac/TreeVisitor.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.configurationprocessor.fieldvalues.javac;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.configurationprocessor.fieldvalues.javac;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
interface
TreeVisitor
{
interface
TreeVisitor
{
void
visitVariable
(
VariableTree
variable
)
throws
Exception
;
void
visitVariable
(
VariableTree
variable
)
throws
Exception
;
...
...
spring-boot-tools/spring-boot-gradle-plugin/src/main/java/org/springframework/boot/gradle/PluginFeatures.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.gradle.api.Project;
...
@@ -24,6 +24,7 @@ import org.gradle.api.Project;
*
*
* @author Phillip Webb
* @author Phillip Webb
*/
*/
@FunctionalInterface
public
interface
PluginFeatures
{
public
interface
PluginFeatures
{
/**
/**
...
...
spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/LaunchScript.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.loader.tools;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.loader.tools;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
LaunchScript
{
public
interface
LaunchScript
{
/**
/**
...
...
spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/Libraries.java
View file @
3d52c86a
...
@@ -23,6 +23,7 @@ import java.io.IOException;
...
@@ -23,6 +23,7 @@ import java.io.IOException;
*
*
* @author Phillip Webb
* @author Phillip Webb
*/
*/
@FunctionalInterface
public
interface
Libraries
{
public
interface
Libraries
{
/**
/**
...
...
spring-boot-tools/spring-boot-loader-tools/src/main/java/org/springframework/boot/loader/tools/LibraryCallback.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import java.io.IOException;
...
@@ -24,6 +24,7 @@ import java.io.IOException;
*
*
* @author Phillip Webb
* @author Phillip Webb
*/
*/
@FunctionalInterface
public
interface
LibraryCallback
{
public
interface
LibraryCallback
{
/**
/**
...
...
spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/jar/JarEntryFilter.java
View file @
3d52c86a
...
@@ -21,6 +21,7 @@ package org.springframework.boot.loader.jar;
...
@@ -21,6 +21,7 @@ package org.springframework.boot.loader.jar;
*
*
* @author Phillip Webb
* @author Phillip Webb
*/
*/
@FunctionalInterface
interface
JarEntryFilter
{
interface
JarEntryFilter
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/ApplicationRunner.java
View file @
3d52c86a
...
@@ -29,6 +29,7 @@ import org.springframework.core.annotation.Order;
...
@@ -29,6 +29,7 @@ import org.springframework.core.annotation.Order;
* @since 1.3.0
* @since 1.3.0
* @see CommandLineRunner
* @see CommandLineRunner
*/
*/
@FunctionalInterface
public
interface
ApplicationRunner
{
public
interface
ApplicationRunner
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/Banner.java
View file @
3d52c86a
...
@@ -28,6 +28,7 @@ import org.springframework.core.env.Environment;
...
@@ -28,6 +28,7 @@ import org.springframework.core.env.Environment;
* @author Jeremy Rickard
* @author Jeremy Rickard
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
public
interface
Banner
{
public
interface
Banner
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/CommandLineRunner.java
View file @
3d52c86a
...
@@ -31,6 +31,7 @@ import org.springframework.core.annotation.Order;
...
@@ -31,6 +31,7 @@ import org.springframework.core.annotation.Order;
* @author Dave Syer
* @author Dave Syer
* @see ApplicationRunner
* @see ApplicationRunner
*/
*/
@FunctionalInterface
public
interface
CommandLineRunner
{
public
interface
CommandLineRunner
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/ExitCodeExceptionMapper.java
View file @
3d52c86a
...
@@ -23,6 +23,7 @@ package org.springframework.boot;
...
@@ -23,6 +23,7 @@ package org.springframework.boot;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.3.2
* @since 1.3.2
*/
*/
@FunctionalInterface
public
interface
ExitCodeExceptionMapper
{
public
interface
ExitCodeExceptionMapper
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/ExitCodeGenerator.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ package org.springframework.boot;
...
@@ -25,6 +25,7 @@ package org.springframework.boot;
* @see SpringApplication#exit(org.springframework.context.ApplicationContext,
* @see SpringApplication#exit(org.springframework.context.ApplicationContext,
* ExitCodeGenerator...)
* ExitCodeGenerator...)
*/
*/
@FunctionalInterface
public
interface
ExitCodeGenerator
{
public
interface
ExitCodeGenerator
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/bind/PropertyNamePatternsMatcher.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.bind;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.bind;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
interface
PropertyNamePatternsMatcher
{
interface
PropertyNamePatternsMatcher
{
PropertyNamePatternsMatcher
ALL
=
new
PropertyNamePatternsMatcher
()
{
PropertyNamePatternsMatcher
ALL
=
new
PropertyNamePatternsMatcher
()
{
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedServletContainerCustomizer.java
View file @
3d52c86a
...
@@ -32,6 +32,7 @@ import org.springframework.beans.factory.config.BeanPostProcessor;
...
@@ -32,6 +32,7 @@ import org.springframework.beans.factory.config.BeanPostProcessor;
* @author Dave Syer
* @author Dave Syer
* @see EmbeddedServletContainerCustomizerBeanPostProcessor
* @see EmbeddedServletContainerCustomizerBeanPostProcessor
*/
*/
@FunctionalInterface
public
interface
EmbeddedServletContainerCustomizer
{
public
interface
EmbeddedServletContainerCustomizer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/EmbeddedServletContainerFactory.java
View file @
3d52c86a
...
@@ -33,6 +33,7 @@ import org.springframework.boot.web.servlet.ServletContextInitializer;
...
@@ -33,6 +33,7 @@ import org.springframework.boot.web.servlet.ServletContextInitializer;
* @see JettyEmbeddedServletContainerFactory
* @see JettyEmbeddedServletContainerFactory
* @see TomcatEmbeddedServletContainerFactory
* @see TomcatEmbeddedServletContainerFactory
*/
*/
@FunctionalInterface
public
interface
EmbeddedServletContainerFactory
{
public
interface
EmbeddedServletContainerFactory
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/jetty/JettyServerCustomizer.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.eclipse.jetty.server.Server;
...
@@ -24,6 +24,7 @@ import org.eclipse.jetty.server.Server;
* @author Dave Syer
* @author Dave Syer
* @see JettyEmbeddedServletContainerFactory
* @see JettyEmbeddedServletContainerFactory
*/
*/
@FunctionalInterface
public
interface
JettyServerCustomizer
{
public
interface
JettyServerCustomizer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TomcatConnectorCustomizer.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.apache.catalina.connector.Connector;
...
@@ -24,6 +24,7 @@ import org.apache.catalina.connector.Connector;
* @author Dave Syer
* @author Dave Syer
* @see TomcatEmbeddedServletContainerFactory
* @see TomcatEmbeddedServletContainerFactory
*/
*/
@FunctionalInterface
public
interface
TomcatConnectorCustomizer
{
public
interface
TomcatConnectorCustomizer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TomcatContextCustomizer.java
View file @
3d52c86a
...
@@ -24,6 +24,7 @@ import org.apache.catalina.Context;
...
@@ -24,6 +24,7 @@ import org.apache.catalina.Context;
* @author Dave Syer
* @author Dave Syer
* @see TomcatEmbeddedServletContainerFactory
* @see TomcatEmbeddedServletContainerFactory
*/
*/
@FunctionalInterface
public
interface
TomcatContextCustomizer
{
public
interface
TomcatContextCustomizer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowBuilderCustomizer.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import io.undertow.Undertow.Builder;
...
@@ -25,6 +25,7 @@ import io.undertow.Undertow.Builder;
* @since 1.2.0
* @since 1.2.0
* @see UndertowEmbeddedServletContainerFactory
* @see UndertowEmbeddedServletContainerFactory
*/
*/
@FunctionalInterface
public
interface
UndertowBuilderCustomizer
{
public
interface
UndertowBuilderCustomizer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowDeploymentInfoCustomizer.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import io.undertow.servlet.api.DeploymentInfo;
...
@@ -25,6 +25,7 @@ import io.undertow.servlet.api.DeploymentInfo;
* @since 1.2.0
* @since 1.2.0
* @see UndertowEmbeddedServletContainerFactory
* @see UndertowEmbeddedServletContainerFactory
*/
*/
@FunctionalInterface
public
interface
UndertowDeploymentInfoCustomizer
{
public
interface
UndertowDeploymentInfoCustomizer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/diagnostics/FailureAnalysisReporter.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.diagnostics;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.diagnostics;
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
FailureAnalysisReporter
{
public
interface
FailureAnalysisReporter
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/diagnostics/FailureAnalyzer.java
View file @
3d52c86a
...
@@ -23,6 +23,7 @@ package org.springframework.boot.diagnostics;
...
@@ -23,6 +23,7 @@ package org.springframework.boot.diagnostics;
* @author Andy Wilkinson
* @author Andy Wilkinson
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
FailureAnalyzer
{
public
interface
FailureAnalyzer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/env/EnvironmentPostProcessor.java
View file @
3d52c86a
...
@@ -37,6 +37,7 @@ import org.springframework.core.env.Environment;
...
@@ -37,6 +37,7 @@ import org.springframework.core.env.Environment;
* @author Stephane Nicoll
* @author Stephane Nicoll
* @since 1.3.0
* @since 1.3.0
*/
*/
@FunctionalInterface
public
interface
EnvironmentPostProcessor
{
public
interface
EnvironmentPostProcessor
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/jta/XAConnectionFactoryWrapper.java
View file @
3d52c86a
...
@@ -27,6 +27,7 @@ import javax.transaction.TransactionManager;
...
@@ -27,6 +27,7 @@ import javax.transaction.TransactionManager;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
public
interface
XAConnectionFactoryWrapper
{
public
interface
XAConnectionFactoryWrapper
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/jta/XADataSourceWrapper.java
View file @
3d52c86a
...
@@ -27,6 +27,7 @@ import javax.transaction.TransactionManager;
...
@@ -27,6 +27,7 @@ import javax.transaction.TransactionManager;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.2.0
* @since 1.2.0
*/
*/
@FunctionalInterface
public
interface
XADataSourceWrapper
{
public
interface
XADataSourceWrapper
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/web/client/RestTemplateCustomizer.java
View file @
3d52c86a
...
@@ -25,6 +25,7 @@ import org.springframework.web.client.RestTemplate;
...
@@ -25,6 +25,7 @@ import org.springframework.web.client.RestTemplate;
* @since 1.4.0
* @since 1.4.0
* @see RestTemplateBuilder
* @see RestTemplateBuilder
*/
*/
@FunctionalInterface
public
interface
RestTemplateCustomizer
{
public
interface
RestTemplateCustomizer
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/web/servlet/ErrorPageRegistrar.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.web.servlet;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.web.servlet;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
ErrorPageRegistrar
{
public
interface
ErrorPageRegistrar
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/web/servlet/ErrorPageRegistry.java
View file @
3d52c86a
...
@@ -22,6 +22,7 @@ package org.springframework.boot.web.servlet;
...
@@ -22,6 +22,7 @@ package org.springframework.boot.web.servlet;
* @author Phillip Webb
* @author Phillip Webb
* @since 1.4.0
* @since 1.4.0
*/
*/
@FunctionalInterface
public
interface
ErrorPageRegistry
{
public
interface
ErrorPageRegistry
{
/**
/**
...
...
spring-boot/src/main/java/org/springframework/boot/web/servlet/ServletContextInitializer.java
View file @
3d52c86a
...
@@ -38,6 +38,7 @@ import org.springframework.web.WebApplicationInitializer;
...
@@ -38,6 +38,7 @@ import org.springframework.web.WebApplicationInitializer;
* @since 1.4.0
* @since 1.4.0
* @see WebApplicationInitializer
* @see WebApplicationInitializer
*/
*/
@FunctionalInterface
public
interface
ServletContextInitializer
{
public
interface
ServletContextInitializer
{
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment