de.schlichtherle.truezip.fs.package-info Maven / Gradle / Ivy
/*
* Copyright (C) 2005-2015 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides access to (possibly federated virtual) file systems.
* This package is the nexus between file system applications and file system
* drivers.
*
* @author Christian Schlichtherle
*/
@edu.umd.cs.findbugs.annotations.DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
package de.schlichtherle.truezip.fs;