Autowired annotation for openecomp-be 72/90772/2
authorTomasz Golabek <tomasz.golabek@nokia.com>
Tue, 2 Jul 2019 10:07:50 +0000 (12:07 +0200)
committerOren Kleks <orenkle@amdocs.com>
Sun, 7 Jul 2019 12:39:11 +0000 (12:39 +0000)
commit6185ebc6d0e1e002029764dadd43818c71ab1120
tree7d7336d483d7472504915a5911ef3f69db5bbfbf
parent958a87de8f3c19ce51d969047f750692da2ba833
Autowired annotation for openecomp-be

Injection of the properties moved to the constructor replacing
field annotations.

Change-Id: I5ea031c9ab414859d810cb8686de3ce6ccebfd0a
Issue-ID: SDC-2406
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/src/main/java/org/openecomp/sdcrests/action/rest/services/ActionsImpl.java
openecomp-be/api/openecomp-sdc-rest-webapp/application-config-rest/application-config-rest-services/src/main/java/org/openecomp/sdcrests/applicationconfig/rest/services/ApplicationConfigurationImpl.java
openecomp-be/api/openecomp-sdc-rest-webapp/externaltesting-rest/externaltesting-rest-services/src/main/java/org/openecomp/sdcrests/externaltesting/rest/services/ExternalTestingImpl.java
openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/src/main/java/org/openecomp/sdcrests/validation/rest/services/ValidationImpl.java
openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/src/main/java/org/openecomp/sdcrests/vsp/rest/services/ProcessesImpl.java