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