Skip to content

Commit 7c9e7a3

Browse files
infeooverheadhunter
andcommitted
Annotate with @FunctionalInterface
Co-authored-by: Sebastian Stenzel <overheadhunter@users.noreply.github.com>
1 parent 6340bdb commit 7c9e7a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/cryptomator/integrations/quickaccess/QuickAccessService.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*
1313
* @apiNote On purpose this service does not define, what an "link to a quick access area" is. The defintion depends on the OS. For example, the quick access area can be the home screen/desktop and the link would be an icon leading to the linked path.
1414
*/
15+
@FunctionalInterface
1516
public interface QuickAccessService {
1617

1718
/**
@@ -29,6 +30,7 @@ public interface QuickAccessService {
2930
/**
3031
* An entry of the quick access area, created by a service implementation.
3132
*/
33+
@FunctionalInterface
3234
interface QuickAccessEntry {
3335

3436
/**

0 commit comments

Comments
 (0)