| Annotation Type | Description |
|---|---|
| IfBuildProperty |
When applied to a bean class or producer method (or field), the bean will only be enabled
if the Quarkus build time property matches the provided value.
|
| UnlessBuildProperty |
When applied to a bean class or producer method (or field), the bean will only be enabled
if the Quarkus build time property does not match the provided value.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.