public static class Annotations.Builder<T extends Annotation> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Annotations.Builder.AnnotationInvocationHandler |
| Modifier and Type | Method and Description |
|---|---|
T |
create() |
Annotations.Builder<T> |
withElement(String name,
Object value) |
Annotations.Builder<T> |
withValue(Object value) |
public Annotations.Builder<T> withElement(String name, Object value)
public Annotations.Builder<T> withValue(Object value)
public T create()
Copyright © 2019. All rights reserved.