@Label(value="Beans") public interface BeansXmlDescriptor extends CdiDescriptor, com.buschmais.jqassistant.plugin.xml.api.model.XmlFileDescriptor
Modifier and Type | Method and Description |
---|---|
List<com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor> |
getAlternatives()
Return all Java types which are declared as alternative.
|
String |
getBeanDiscoveryMode()
Return the bean discovery mode.
|
List<com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor> |
getDecorators()
Return all Java types which are declared as decorator.
|
List<com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor> |
getInterceptors()
Return all Java types which are declared as interceptor.
|
String |
getVersion()
Return the version of the CDI specification.
|
void |
setBeanDiscoveryMode(String beanDiscoveryMode) |
void |
setVersion(String version) |
String getVersion()
void setVersion(String version)
String getBeanDiscoveryMode()
void setBeanDiscoveryMode(String beanDiscoveryMode)
@Relation(value="HAS_INTERCEPTOR") List<com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor> getInterceptors()
@Relation(value="HAS_DECORATOR") List<com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor> getDecorators()
@Relation(value="HAS_ALTERNATIVE") List<com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor> getAlternatives()
Copyright © 2016 buschmais GbR. All rights reserved.