Uses of Interface
io.quarkus.gizmo2.creator.AnnotationCreator.ClassArrayProperty
Packages that use AnnotationCreator.ClassArrayProperty
-
Uses of AnnotationCreator.ClassArrayProperty in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator with parameters of type AnnotationCreator.ClassArrayPropertyModifier and TypeMethodDescriptionvoidAnnotationCreator.addArray(AnnotationCreator.ClassArrayProperty<A> prop, Class<?>... values) Add an annotation property for the given method and value.voidAnnotationCreator.addArray(AnnotationCreator.ClassArrayProperty<A> prop, ClassDesc... values) Add an annotation property for the given method and value.