#if resource.parameters.wireBeanId??>
Wiring bean ${resource.parameters.wireBeanId} <#if resource.parameters.property??>on property ${resource.parameters.property} of <#else>by adding it to the#if> bean ${resource.parameters.beanId}.
<#else>
Extracting element data and <#if resource.parameters.property??>binding it on property ${resource.parameters.property} <@beanType/> of <#else>adding it <@beanType/> to the#if> bean ${resource.parameters.beanId}.
#if>
<#macro beanType>
<#if !resource.parameters.expression??>(type ${resource.parameters.type!'String'})#if>
#macro>