@Deprecated @Configuration public abstract class AbstractPropertySourceConfig extends Object
| Constructor and Description |
|---|
AbstractPropertySourceConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<ProjectProperties> |
getOtherProjectProperties()
Deprecated.
This returns an empty list by default.
|
protected abstract ProjectProperties |
getProjectProperties()
Deprecated.
|
org.springframework.core.env.PropertySource<?> |
getPropertySource()
Deprecated.
|
org.springframework.core.env.PropertySource<?> |
springPropertySource()
Deprecated.
|
public AbstractPropertySourceConfig()
protected List<ProjectProperties> getOtherProjectProperties()
ProjectProperties as appropriate. Properties from this list use a "last one in wins" strategy.protected abstract ProjectProperties getProjectProperties()
public org.springframework.core.env.PropertySource<?> getPropertySource()
@Bean public org.springframework.core.env.PropertySource<?> springPropertySource()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.