| Annotation Type | Description |
|---|---|
| IfBuildProfile |
When applied to a bean class or producer method (or field), the bean will only be enabled
if the Quarkus build time profile matches the specified annotation value.
|
| UnlessBuildProfile |
When applied to a bean class or producer method (or field), the bean will only be enabled
if the Quarkus build time profile dot not match the specified annotation value.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.