Skip to content

Commit

Permalink
Annotate with @FunctionalInterface
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Stenzel <[email protected]>
  • Loading branch information
infeo and overheadhunter committed Jun 27, 2024
1 parent 6340bdb commit 7c9e7a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*
* @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.
*/
@FunctionalInterface
public interface QuickAccessService {

/**
Expand All @@ -29,6 +30,7 @@ public interface QuickAccessService {
/**
* An entry of the quick access area, created by a service implementation.
*/
@FunctionalInterface
interface QuickAccessEntry {

/**
Expand Down

0 comments on commit 7c9e7a3

Please sign in to comment.