Module io.quarkus.gizmo2
Package io.quarkus.gizmo2.creator
Interface AnnotationCreator.AnnotationArrayProperty<A extends Annotation,S extends Annotation>
- Type Parameters:
A- the enclosing annotation typeS- the nested annotation type
- All Superinterfaces:
Serializable
- Enclosing interface:
- AnnotationCreator<A extends Annotation>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface AnnotationCreator.AnnotationArrayProperty<A extends Annotation,S extends Annotation>
extends Serializable
Maps the annotation type to a method which returns an array of other annotations.
-
Method Summary
-
Method Details
-
get
A method which reflects the corresponding annotation method.- Parameters:
annotation- the annotation (must not benull)- Returns:
- the annotation value
-