0.7.0 #79

Merged
altavir merged 21 commits from dev into master 2023-11-26 10:08:10 +03:00
Showing only changes of commit 2eb965e563 - Show all commits

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)