public static class AnnotationDescriptor.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
AnnotationDescriptor |
build() |
AnnotationDescriptor.Builder |
setValue(java.lang.String key,
java.lang.String value) |
AnnotationDescriptor.Builder |
type(java.lang.Class<? extends java.lang.annotation.Annotation> clas) |
public AnnotationDescriptor.Builder type(java.lang.Class<? extends java.lang.annotation.Annotation> clas)
public AnnotationDescriptor.Builder setValue(java.lang.String key, java.lang.String value)
public AnnotationDescriptor build()