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.