Camelry icon indicating copy to clipboard operation
Camelry copied to clipboard

Add property name renaming support

Open AlanFoster opened this issue 11 years ago • 0 comments

We should support renaming a blueprint property directly from XML beans.

    <bean id="..." class="...">
        <property name="foo<caret>" value="..." />
    </bean>

I imagine this will require a similiar implementation to #41

AlanFoster avatar Jul 23 '13 21:07 AlanFoster