If I have a bean with a property named nullableProperty, I can set it to
null like this

<MyBean>
    <nullableProperty />
</MyBean>


Is there a way to set it like this?

<MyBean nullableProperty="someSpecialNullToken" />


Regards,

Chris

Reply via email to