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

org.cryptomator.cryptofs.fh.OpenFileModifiedDate Maven / Gradle / Ivy

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

import javax.inject.Qualifier;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Qualifier
@Documented
@Retention(RUNTIME)
public @interface OpenFileModifiedDate {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy