Skip to content

Instantly share code, notes, and snippets.

@sizovs
Created September 17, 2014 11:41
Show Gist options
  • Save sizovs/6ae64b75fc52d46657b2 to your computer and use it in GitHub Desktop.
Save sizovs/6ae64b75fc52d46657b2 to your computer and use it in GitHub Desktop.
@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