See: Description
Interface | Description |
---|---|
Alternatives<T> |
This interface defines the contract for the
alternatives xsd type |
BeansDescriptor |
This deployment descriptor provides the functionalities as described in the specification
Example:
BeansDescriptor descriptor = Descriptors.create(BeansDescriptor.class);
|
Decorators<T> |
This interface defines the contract for the
decorators xsd type |
Exclude<T> |
This interface defines the contract for the
exclude xsd type |
IfClassAvailable<T> |
This interface defines the contract for the
if-class-available xsd type |
IfClassNotAvailable<T> |
This interface defines the contract for the
if-class-not-available xsd type |
IfSystemProperty<T> |
This interface defines the contract for the
if-system-property xsd type |
Interceptors<T> |
This interface defines the contract for the
interceptors xsd type |
Scan<T> |
This interface defines the contract for the
scan xsd type |
Enum | Description |
---|---|
BeanDiscoveryMode |
This class implements the
bean-discovery-mode xsd type |
Copyright © 2022 JBoss by Red Hat. All rights reserved.