File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
org/cryptomator/integrations/common Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 99 requires static org .jetbrains .annotations ;
1010
1111 exports org .cryptomator .integrations .autostart ;
12+ exports org .cryptomator .integrations .common ;
1213 exports org .cryptomator .integrations .keychain ;
1314 exports org .cryptomator .integrations .tray ;
1415 exports org .cryptomator .integrations .uiappearance ;
Original file line number Diff line number Diff line change 11package org .cryptomator .integrations .common ;
22
3+ import org .jetbrains .annotations .ApiStatus ;
4+
35import java .lang .annotation .Documented ;
46import java .lang .annotation .ElementType ;
57import java .lang .annotation .Repeatable ;
1618@ Retention (RetentionPolicy .RUNTIME )
1719@ Target ({ElementType .TYPE })
1820@ Repeatable (OperatingSystem .OperatingSystems .class )
21+ @ ApiStatus .Experimental
1922public @interface OperatingSystem {
2023 Value value () default Value .UNKNOWN ;
2124
You can’t perform that action at this time.
0 commit comments