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