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
@RegistryListDimension
@MinNumber(1)
@Desc("Name of dimension")
private String dimension = "";
}