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

angry1980.audio.model.HashFingerprint Maven / Gradle / Ivy

There is a newer version: 0.0.10
Show newest version
package angry1980.audio.model;

import org.immutables.value.Value;

import java.util.List;

@Value.Immutable
public interface HashFingerprint extends Fingerprint {

    List getHashes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy