use annotations instead of XML for blueprint 86/77386/3
authorMichael Vorburger <vorburger@redhat.com>
Wed, 31 Oct 2018 17:50:04 +0000 (18:50 +0100)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 12 Nov 2018 18:13:02 +0000 (18:13 +0000)
commit4e6ffaa6fcb72e6441a77545aaa974663b203f38
tree72b5e56e2aa2aee05e622c5d121db1e7e2f84450
parent310c8fa14f33cbc4e5cfa7887bc3af9f3b8d1990
use annotations instead of XML for blueprint

This makes it easier to wire openflowplugin in opendaylight-simple.
(It would also be useful to write component tests.)

The autowire.xml which is now automatically generated from the
annotations at build time is, of course, 100% identical to the
hand-written (and now deleted) arbitratorreconciliation-manager.xml

JIRA: OPNFLWPLUG-1046
Change-Id: Id9eaaebf45ab718751c88cdbbac06fb400264638
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
applications/arbitratorreconciliation/impl/pom.xml
applications/arbitratorreconciliation/impl/src/main/java/org/opendaylight/openflowplugin/applications/arbitratorreconciliation/impl/ArbitratorReconciliationManagerImpl.java
applications/arbitratorreconciliation/impl/src/main/resources/org/opendaylight/blueprint/arbitratorreconciliation-manager.xml [deleted file]