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