Uses of Interface
jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
Package
Description
The build compatible extension SPI.
-
Uses of AnnotationBuilder in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionReturns a newAnnotationBuilder
for given annotation type.AnnotationBuilderFactory.create
(Class<? extends Annotation> annotationType) Returns a newAnnotationBuilder
for given annotation type.Adds a boolean-valued annotation member with givenname
.Adds a boolean array-valued annotation member with givenname
.Adds a byte-valued annotation member with givenname
.Adds a byte array-valued annotation member with givenname
.Adds a char-valued annotation member with givenname
.Adds a char array-valued annotation member with givenname
.Adds a double-valued annotation member with givenname
.Adds a double array-valued annotation member with givenname
.Adds a float-valued annotation member with givenname
.Adds a float array-valued annotation member with givenname
.Adds an int-valued annotation member with givenname
.Adds an int array-valued annotation member with givenname
.Adds a long-valued annotation member with givenname
.Adds a long array-valued annotation member with givenname
.Adds a short-valued annotation member with givenname
.Adds a short array-valued annotation member with givenname
.AnnotationBuilder.member
(String name, AnnotationInfo value) Adds an annotation-valued annotation member with givenname
.AnnotationBuilder.member
(String name, AnnotationInfo[] values) Adds an annotation array-valued annotation member with givenname
.AnnotationBuilder.member
(String name, AnnotationMember value) Adds an annotation member with givenname
, whose value is givenvalue
.Adds a class-valued annotation member with givenname
.Adds a class array-valued annotation member with givenname
.Adds an enum-valued annotation member with givenname
.Adds an enum array-valued annotation member with givenname
.Adds a class-valued annotation member with givenname
.Adds a class array-valued annotation member with givenname
.AnnotationBuilder.member
(String name, Annotation value) Adds an annotation-valued annotation member with givenname
.AnnotationBuilder.member
(String name, Annotation[] values) Adds an annotation array-valued annotation member with givenname
.Adds a class-valued annotation member with givenname
.Adds a class array-valued annotation member with givenname
.Adds an enum-valued annotation member with givenname
.Adds an enum array-valued annotation member with givenname
.Adds an enum-valued annotation member with givenname
.Adds an enum array-valued annotation member with givenname
.Adds a String-valued annotation member with givenname
.Adds a String array-valued annotation member with givenname
.static AnnotationBuilder
Returns a newAnnotationBuilder
that builds an annotation of given type.static AnnotationBuilder
AnnotationBuilder.of
(Class<? extends Annotation> annotationType) Returns a newAnnotationBuilder
that builds an annotation of given type.default AnnotationBuilder
AnnotationBuilder.value
(boolean value) Adds a boolean-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(boolean[] values) Adds a boolean array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(byte value) Adds a byte-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(byte[] values) Adds a byte array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(char value) Adds a char-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(char[] values) Adds a char array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(double value) Adds a double-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(double[] values) Adds a double array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(float value) Adds a float-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(float[] values) Adds a float array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(int value) Adds an int-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(int[] values) Adds an int array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(long value) Adds a long-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(long[] values) Adds a long array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(short value) Adds a short-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(short[] values) Adds a short array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(AnnotationInfo value) Adds an annotation-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(AnnotationInfo[] values) Adds an annotation array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(AnnotationMember value) Adds an annotation member calledvalue
, whose value is givenvalue
.default AnnotationBuilder
Adds a class-valued annotation member calledvalue
.default AnnotationBuilder
Adds a class array-valued annotation member calledvalue
.default AnnotationBuilder
Adds an enum-valued annotation member calledvalue
.default AnnotationBuilder
Adds an enum array-valued annotation member calledvalue
.default AnnotationBuilder
Adds a class-valued annotation member calledvalue
.default AnnotationBuilder
Adds a class array-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(Annotation value) Adds an annotation-valued annotation member calledvalue
.default AnnotationBuilder
AnnotationBuilder.value
(Annotation[] values) Adds an annotation array-valued annotation member calledvalue
.default AnnotationBuilder
Adds a class-valued annotation member calledvalue
.default AnnotationBuilder
Adds a class array-valued annotation member calledvalue
.default AnnotationBuilder
Adds an enum-valued annotation member calledvalue
.default AnnotationBuilder
Adds an enum array-valued annotation member calledvalue
.default AnnotationBuilder
Adds an enum-valued annotation member calledvalue
.default AnnotationBuilder
Adds an enum array-valued annotation member calledvalue
.default AnnotationBuilder
Adds a String-valued annotation member calledvalue
.default AnnotationBuilder
Adds a String array-valued annotation member calledvalue
.