Annotate interfaces with @FunctionaInterface

Closes gh-6857
This commit is contained in:
Eddú Meléndez
2016-09-09 19:29:15 -05:00
committed by Andy Wilkinson
parent 6d70c061de
commit 3d52c86a21
76 changed files with 76 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ package org.springframework.boot.loader.jar;
*
* @author Phillip Webb
*/
@FunctionalInterface
interface JarEntryFilter {
/**