com.teamscale.index.metadata.IFileMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of teamscale-commons Show documentation
Show all versions of teamscale-commons Show documentation
Provides common DTOs for Teamscale
package com.teamscale.index.metadata;
import org.conqat.lib.commons.test.IndexValueClass;
import java.io.Serializable;
import org.checkerframework.checker.nullness.qual.NonNull;
import org.conqat.lib.commons.assertion.CCSMAssert;
import com.teamscale.index.metadata.abap.AbapFileMetadata;
/**
* A unifying interface representing metadata for files of various languages.
*/
@IndexValueClass
public interface IFileMetadata extends Serializable {
// marker interface
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy