
com.buschmais.jqassistant.plugin.common.api.model.ZipArchiveDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
The jQAssistant Plugin Common provides a set of common
classes which can be used by all jQAssistant plugins.
The newest version!
package com.buschmais.jqassistant.plugin.common.api.model;
import com.buschmais.xo.neo4j.api.annotation.Label;
@Label("Zip")
public interface ZipArchiveDescriptor extends ArchiveDescriptor, ValidDescriptor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy