Created
September 17, 2014 11:41
-
-
Save sizovs/6ae64b75fc52d46657b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Autowired | |
@ConfigurableMap(value = "map") | |
private IConfProperty<Map<Long, Long>> map | |
@Autowired | |
@ConfigurableProperties(value = "props") | |
private IConfProperty<Properties> props | |
@Autowired | |
@ConfigurableList(value = "list") | |
private IConfProperty<List<Long>> list | |
@Autowired | |
@ConfigurableBean(value = "bean") | |
private IConfProperty<ABean> bean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment