Uses of Class
gw.lang.annotation.Annotations.Builder
-
Packages that use Annotations.Builder Package Description gw.lang.annotation -
-
Uses of Annotations.Builder in gw.lang.annotation
Methods in gw.lang.annotation that return Annotations.Builder Modifier and Type Method Description static <T extends Annotation>
Annotations.Builder<T>Annotations. builder(Class<T> annotationType)
Returns a builder that can be used to construct an annotation instance.Annotations.Builder<T>
Annotations.Builder. withElement(String name, Object value)
Annotations.Builder<T>
Annotations.Builder. withValue(Object value)
-