Package io.quarkus.gizmo
Class MethodCreatorImpl.AnnotationParameters
- java.lang.Object
-
- io.quarkus.gizmo.MethodCreatorImpl.AnnotationParameters
-
- All Implemented Interfaces:
AnnotatedElement
- Enclosing class:
- MethodCreatorImpl
private static class MethodCreatorImpl.AnnotationParameters extends java.lang.Object implements AnnotatedElement
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<AnnotationCreatorImpl>annotations
-
Constructor Summary
Constructors Modifier Constructor Description privateAnnotationParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationCreatoraddAnnotation(java.lang.String annotationType, java.lang.annotation.RetentionPolicy retentionPolicy)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.gizmo.AnnotatedElement
addAnnotation, addAnnotation, addAnnotation
-
-
-
-
Field Detail
-
annotations
final java.util.List<AnnotationCreatorImpl> annotations
-
-
Method Detail
-
addAnnotation
public AnnotationCreator addAnnotation(java.lang.String annotationType, java.lang.annotation.RetentionPolicy retentionPolicy)
- Specified by:
addAnnotationin interfaceAnnotatedElement
-
-