Annotate interfaces with @FunctionaInterface
Closes gh-6857
This commit is contained in:
committed by
Andy Wilkinson
parent
6d70c061de
commit
3d52c86a21
@@ -22,6 +22,7 @@ package org.springframework.boot.loader.tools;
|
||||
* @author Phillip Webb
|
||||
* @since 1.3.0
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface LaunchScript {
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,6 +23,7 @@ import java.io.IOException;
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface Libraries {
|
||||
|
||||
/**
|
||||
|
||||
@@ -24,6 +24,7 @@ import java.io.IOException;
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface LibraryCallback {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user