dragome/dragome-sdk

Annotation Array values wrong

Closed this issue · 1 comments

I have something like this:

@XpeUISelectBox(getItems = { "Screen", "Stretch", "Scaling", "Fit", "Fill", "Extend" }, order = -6, variableName = "Viewport")
	@XpeUIGroup(groupName = "Settings", order = 0)
	@XpeUI(key = -6)
	int viewportID = -1;

When printing the array its printing each letter and not the word.

arrayannotation

Added test that makes this fail and another one with default annotation value