Is there any XML equivalent of @Configurable annotation?
For example for the bean:
<bean class="org.obliquid.sherd.domain.SalesDocument" scope ="prototype">
<property name="docType" ref="documentTypeProto"/>
</bean>
How can I tell that SalesDocument should be @Configurable?