org.cryptomator.cryptofs.attr.AttributeViewScoped 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.
The newest version!
package org.cryptomator.cryptofs.attr;
import javax.inject.Scope;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Scope
@Documented
@Retention(RUNTIME)
@interface AttributeViewScoped {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy