org.cryptomator.cryptofs.CryptoFileSystemScoped Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cryptofs Show documentation
Show all versions of cryptofs Show documentation
This library provides the Java filesystem provider used by Cryptomator.
package org.cryptomator.cryptofs;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import javax.inject.Scope;
@Scope
@Documented
@Retention(RUNTIME)
public @interface CryptoFileSystemScoped {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy