What's the syntax for defining more than one dynamic property for a processor? I need to specify up to three distinctly different ones and attempting to do it all in

@DynamicProperty(
    name = "{blah,blah2,blah3}",
    value = "{\"blah-value\",\"blah2-value\",\"blah3-value\"}",
supportsExpressionLanguage = false,
    description = "Big blah, blah, blah..."
)

is under-powered.

Many thanks.

Reply via email to