Package gw.lang.annotation
Class Annotations
java.lang.Object
gw.lang.annotation.Annotations
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Annotation>
Annotations.Builder<T>Returns a builder that can be used to construct an annotation instance.static <T extends Annotation>
TConvenience method that constructs an annotation instance with no elements.static <T extends Annotation>
TConvenience method that constructs an annotation instance with a single "value" element.
-
Constructor Details
-
Annotations
private Annotations()
-
-
Method Details
-
builder
Returns a builder that can be used to construct an annotation instance. -
create
Convenience method that constructs an annotation instance with a single "value" element. -
create
Convenience method that constructs an annotation instance with no elements.
-