public class AnnotationBuilder extends java.lang.Object implements Builder<Annotation>
| Constructor and Description |
|---|
AnnotationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
build()
Build the domain object
|
java.lang.String |
name() |
AnnotationBuilder |
name(java.lang.String name) |
AnnotationBuilder |
property(java.lang.String property,
java.lang.Object value) |
public AnnotationBuilder name(java.lang.String name)
public java.lang.String name()
public AnnotationBuilder property(java.lang.String property, java.lang.Object value)
public Annotation build()
Builderbuild in interface Builder<Annotation>