Module org.cryptomator.jfuse.api
Annotation Interface SupportedPlatform
@Documented
@Retention(RUNTIME)
@Target(TYPE)
@Repeatable(SupportedPlatforms.class)
public @interface SupportedPlatform
Marks a
FuseBuilder implementation to support a given operating system and architecture.
This annotation is repeatable, in case of a implementation supporting multiple operating
systems or architectures.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe supported architecture.The supported operating system.
-
Element Details
-
os
-
arch
-