Module io.quarkus.gizmo2
Package io.quarkus.gizmo2.creator
Interface AnnotationCreator.ClassProperty<A extends Annotation>
- Type Parameters:
A- the enclosing 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.ClassProperty<A extends Annotation>
extends Serializable
Maps the annotation type to a method which returns
Class.-
Method Summary
-
Method Details
-
get
A method which reflects the corresponding annotation method.- Parameters:
annotation- the annotation (must not benull)- Returns:
- the annotation value
-