Type -> DfId
Add descriptor to MetaConverter
This commit is contained in:
parent
1b29e377ca
commit
2eb965e563
@ -2,9 +2,7 @@ package space.kscience.dataforge.misc
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A text label for internal DataForge type classification. Alternative for mime container type.
|
* 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
|
@MustBeDocumented
|
||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
public annotation class Type(val id: String)
|
public annotation class DfId(val id: String)
|
Loading…
Reference in New Issue
Block a user