The order of properties
Tow ways to use it.
(1) Strict, but need more characters
@ReferenceComparisonRuleInstrument({ "property1", "property2", "property3" })
(2) Less characters, but lax
@ReferenceComparisonRuleInstrument("property1, property2, property3")