<#if resource.parameters.wireBeanId??> <#if resource.parameters.property??> Created lifecycle association for binding bean ${resource.parameters.wireBeanId} onto property ${resource.parameters.property} of bean ${resource.parameters.beanId}. Actual binding occurs later! <#else> Creating lifecycle association for binding bean ${resource.parameters.wireBeanId} of bean ${resource.parameters.beanId}. Actual binding occurs later! <#else> Extracting value from attribute ${resource.parameters.valueAttributeName} and <#if resource.parameters.property??>binding it on property ${resource.parameters.property} <@beanType/> of <#else>adding it <@beanType/> to the bean ${resource.parameters.beanId}. <#macro beanType> <#if !resource.parameters.expression??>(type ${resource.parameters.type!'String'})