Can value in @ XStreamAlias annotation write multiple values?

@ XStreamAlias (value= "{xxx,xxx}")
as above, my xml may pass two different node names, but when I convert them to an object, I want to assign them to one field. Can I write more than one value in the above comment alias, and if so, what format should I use?

Mar.21,2021
Menu