Project

General

Profile

« Previous | Next » 

Revision 42621

Chnaged Resource to Autowired

View differences:

ResolvingIndexClientFactory.java
1 1
package eu.dnetlib.clients.index.client;
2 2

  
3 3
import java.util.List;
4
import javax.annotation.Resource;
5 4

  
5
import org.springframework.beans.factory.annotation.Autowired;
6

  
6 7
/**
7 8
 * The Class GlobalIndexClientFactory.
8 9
 */
......
15 16
	/**
16 17
	 * The index client factories.
17 18
	 */
18
	@Resource
19
	@Autowired
19 20
	private List<IndexClientFactory> indexClientFactories;
20 21

  
21 22
	/**

Also available in: Unified diff