public interface BeansXml
Modifier and Type | Field and Description |
---|---|
static BeansXml |
EMPTY_BEANS_XML |
Modifier and Type | Method and Description |
---|---|
BeanDiscoveryMode |
getBeanDiscoveryMode() |
List<Metadata<String>> |
getEnabledAlternativeClasses() |
List<Metadata<String>> |
getEnabledAlternativeStereotypes() |
List<Metadata<String>> |
getEnabledDecorators() |
List<Metadata<String>> |
getEnabledInterceptors() |
Scanning |
getScanning() |
URL |
getUrl() |
String |
getVersion() |
static final BeansXml EMPTY_BEANS_XML
Scanning getScanning()
URL getUrl()
BeanDiscoveryMode getBeanDiscoveryMode()
bean-discovery-mode
attribute or BeanDiscoveryMode.ALL
if the file does not
contain the bean-discovery-mode
attribute.String getVersion()
version
attribute or null if the version is not explicitly specifiedCopyright © 2008-2015. All Rights Reserved.