What syntax is supported for M2 Plugin parameters of non-primitive types?

For example, java.util.Collection (and subclasses), java.util.Map (and
subclasses), arrays, Properties and JavaBeans.

/**
 * Items to be processed, defaults to the empty set.
 *
 * @parameter
 */
private Set items = Collections.EMPTY_SET;

<configuration>
  <items>???</items>
</configuration>

Kind Regards,
John Fallows.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to