Package gw.lang.annotation
Class Annotations.Builder<T extends Annotation>
- java.lang.Object
-
- gw.lang.annotation.Annotations.Builder<T>
-
- Enclosing class:
- Annotations
public static class Annotations.Builder<T extends Annotation> extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Annotations.Builder.AnnotationInvocationHandler
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
create()
Annotations.Builder<T>
withElement(String name, Object value)
Annotations.Builder<T>
withValue(Object value)
-
-
-
Method Detail
-
withElement
public Annotations.Builder<T> withElement(String name, Object value)
-
withValue
public Annotations.Builder<T> withValue(Object value)
-
create
public T create()
-
-