All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cryptomator.cryptofs.ch.ChannelScoped Maven / Gradle / Ivy

The newest version!
package org.cryptomator.cryptofs.ch;

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 ChannelScoped {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy