Type -> DfId

Add descriptor to MetaConverter
This commit is contained in:
Alexander Nozik 2023-11-18 22:48:10 +03:00
parent 1b29e377ca
commit 2eb965e563

View File

@ -2,9 +2,7 @@ package space.kscience.dataforge.misc
/**
* A text label for internal DataForge type classification. Alternative for mime container type.
*
* The DataForge type notation presumes that type `A.B.C` is the subtype of `A.B`
*/
@MustBeDocumented
@Target(AnnotationTarget.CLASS)
public annotation class Type(val id: String)
public annotation class DfId(val id: String)