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

org.linguafranca.pwdb.StreamConfiguration Maven / Gradle / Ivy

package org.linguafranca.pwdb;

/**
 * A marker interface for KdbxHeader and similar, if there ever is one
 */
public interface StreamConfiguration {
    class None implements StreamConfiguration {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy