Package org.apache.juneau.annotation
Class ExternalDocsAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.ExternalDocsAnnotation.Builder
- Enclosing class:
ExternalDocsAnnotation
Builder class.
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Instantiates a new@ExternalDocs
object initialized with this builder.description
(String... value) Sets theExternalDocs.description()
property on this annotation.Sets theExternalDocs.url()
property on this annotation.
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@ExternalDocs
object initialized with this builder.- Returns:
- A new
@ExternalDocs
object.
-
description
Sets theExternalDocs.description()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-
url
Sets theExternalDocs.url()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-