Package org.apache.juneau.annotation
Class NamePropertyAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationMFBuilder
org.apache.juneau.annotation.NamePropertyAnnotation.Builder
- Enclosing class:
NamePropertyAnnotation
Builder class.
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Instantiates a new@NameProperty
object initialized with this builder.Appends the fields that this annotation applies to.Appends the methods that this annotation applies to.The targets this annotation applies to.
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@NameProperty
object initialized with this builder.- Returns:
- A new
@NameProperty
object.
-
on
Description copied from class:TargetedAnnotationBuilder
The targets this annotation applies to.- Overrides:
on
in classTargetedAnnotationMFBuilder
- Parameters:
values
- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMFBuilder
Appends the fields that this annotation applies to.- Overrides:
on
in classTargetedAnnotationMFBuilder
- Parameters:
value
- The values to append.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMFBuilder
Appends the methods that this annotation applies to.- Overrides:
on
in classTargetedAnnotationMFBuilder
- Parameters:
value
- The values to append.- Returns:
- This object.
-