Add desc to dimension field

This commit is contained in:
CocoTheOwner 2021-03-07 12:13:19 +01:00
parent 82ac92dfed
commit 143349be3a

View File

@ -37,5 +37,6 @@ public class IrisDimensionIndex
@Required @Required
@RegistryListDimension @RegistryListDimension
@MinNumber(1) @MinNumber(1)
@Desc("Name of dimension")
private String dimension = ""; private String dimension = "";
} }