Uses of Class
gw.lang.annotation.Annotations.Builder
-
Packages that use Annotations.Builder Package Description gw.internal.gosu.annotations gw.lang.annotation -
-
Uses of Annotations.Builder in gw.internal.gosu.annotations
Fields in gw.internal.gosu.annotations declared as Annotations.Builder Modifier and Type Field Description private Annotations.BuilderAnnotationMap. _currentJavaAnnotationBuilder -
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 java.lang.annotation.Annotation>
Annotations.Builder<T>Annotations. builder(java.lang.Class<T> annotationType)Returns a builder that can be used to construct an annotation instance.Annotations.Builder<T>Annotations.Builder. withElement(java.lang.String name, java.lang.Object value)Annotations.Builder<T>Annotations.Builder. withValue(java.lang.Object value)
-