| Package | Description |
|---|---|
| io.quarkus.deployment.builditem | |
| io.quarkus.deployment.recording |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
AnnotationProxyBuildItem.builder(org.jboss.jandex.AnnotationInstance annotationInstance,
Class<A> annotationType) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
AnnotationProxyProvider.builder(org.jboss.jandex.AnnotationInstance annotationInstance,
Class<A> annotationType) |
AnnotationProxyProvider.AnnotationProxyBuilder<A> |
AnnotationProxyProvider.AnnotationProxyBuilder.withDefaultValue(String name,
Object value)
Explicit default values override the default values from the annotation class.
|
AnnotationProxyProvider.AnnotationProxyBuilder<A> |
AnnotationProxyProvider.AnnotationProxyBuilder.withValue(String name,
Object value)
Explicit values override the default values from the annotation class.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.