Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface CacheStatisticsProvider<C extends Cache> {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @author Dave Syer
* @see SystemPublicMetrics
*/
@FunctionalInterface
public interface PublicMetrics {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Dave Syer
* @since 1.2.0
*/
@FunctionalInterface
public interface EndpointHandlerMappingCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface ManagementServletContext {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
* @author Christian Dupuis
* @since 1.1.0
*/
@FunctionalInterface
public interface HealthAggregator {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Dave Syer
* @see ApplicationHealthIndicator
*/
@FunctionalInterface
public interface HealthIndicator {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Stephane Nicoll
* @since 1.4.0
*/
@FunctionalInterface
public interface InfoContributor {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*
* @author Dave Syer
*/
@FunctionalInterface
public interface GaugeService {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @author Dave Syer
* @since 1.3.0
*/
@FunctionalInterface
public interface Exporter {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Dave Syer
* @since 1.3.0
*/
@FunctionalInterface
public interface OpenTsdbNamingStrategy {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*
* @author Dave Syer
*/
@FunctionalInterface
public interface PrefixMetricReader {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @author Dave Syer
* @since 1.3.0
*/
@FunctionalInterface
public interface GaugeWriter {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @author Stephane Nicoll
* @since 1.3.3
*/
@FunctionalInterface
public interface CacheManagerCustomizer<T extends CacheManager> {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Stephane Nicoll
* @since 1.3.0
*/
@FunctionalInterface
public interface JCacheManagerCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Andreas Ahlenstorf
* @author Phillip Webb
*/
@FunctionalInterface
public interface FlywayMigrationStrategy {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @author Grzegorz Poznachowski
* @since 1.4.0
*/
@FunctionalInterface
public interface Jackson2ObjectMapperBuilderCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @author Stephane Nicoll
* @since 1.2.0
*/
@FunctionalInterface
public interface DataSourcePoolMetadataProvider {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Eddú Meléndez
* @since 1.4.0
*/
@FunctionalInterface
public interface ResourceConfigCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @since 1.3.0
* @see ArtemisAutoConfiguration
*/
@FunctionalInterface
public interface ArtemisConfigurationCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @author Dave Syer
* @since 1.3.0
*/
@FunctionalInterface
public interface AuthoritiesExtractor {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Dave Syer
* @since 1.3.0
*/
@FunctionalInterface
public interface JwtAccessTokenConverterConfigurer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Phillip Webb
* @since 1.4.0
*/
@FunctionalInterface
public interface PrincipalExtractor {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @author Dave Syer
* @since 1.3.0
*/
@FunctionalInterface
public interface UserInfoRestTemplateCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @author Andy Wilkinson
* @since 1.1.0
*/
@FunctionalInterface
public interface TemplateAvailabilityProvider {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*
* @author Phillip Webb
*/
@FunctionalInterface
public interface ErrorController {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @author Phillip Webb
* @since 1.4.0
*/
@FunctionalInterface
public interface ErrorViewResolver {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*
* @author Dave Syer
*/
@FunctionalInterface
public interface CommandFactory {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @author Andy Wilkinson
* @since 1.2.0
*/
@FunctionalInterface
interface DependencyResolver {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*
* @author Dave Syer
*/
@FunctionalInterface
public interface SpringBootAstTransformation extends ASTTransformation {

}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*
* @author Andy Wilkinson
*/
@FunctionalInterface
interface ProgressReporter {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*
* @author Andy Wilkinson
*/
@FunctionalInterface
public interface RepositorySystemSessionAutoConfiguration {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @since 1.3.0
* @see PatternClassPathRestartStrategy
*/
@FunctionalInterface
public interface ClassPathRestartStrategy {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface FileChangeListener {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface FileSystemWatcherFactory {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface AccessManager {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface Handler {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface HandlerMapper {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface FailureHandler {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @since 1.3.0
* @see DefaultRestartInitializer
*/
@FunctionalInterface
public interface RestartInitializer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @author Andy Wilkinson
* @since 1.3.0
*/
@FunctionalInterface
public interface RestartListener {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @since 1.3.0
* @see ClassLoaderFile
*/
@FunctionalInterface
public interface ClassLoaderFileRepository {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* @since 1.3.0
* @see DefaultSourceFolderUrlFilter
*/
@FunctionalInterface
public interface SourceFolderUrlFilter {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface TunnelConnection {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface PortProvider {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @author Phillip Webb
* @since 1.3.0
*/
@FunctionalInterface
public interface TargetServerConnection {

/**
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<main.basedir>..</main.basedir>
<disable.checks>false</disable.checks>
<java.version>1.6</java.version>
<java.version>1.8</java.version>
<aether.version>1.0.2.v20150114</aether.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* @author Andy Wilkinson
* @since 1.4.0
*/
@FunctionalInterface
public interface RestDocsMockMvcConfigurationCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @since 1.4.0
* @see MockMvcAutoConfiguration
*/
@FunctionalInterface
public interface MockMvcBuilderCustomizer {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @since 1.1.2
* @see JavaCompilerFieldValuesParser
*/
@FunctionalInterface
public interface FieldValuesParser {

/**
Expand Down
Loading