Package org.apache.juneau.annotation
Class ParentPropertyAnnotation
java.lang.Object
org.apache.juneau.annotation.ParentPropertyAnnotation
Utility classes and methods for the
@ParentProperty annotation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classApplies targetedParentPropertyannotations to aBeanContext.Builder.static @interfaceA collection of@ParentProperty annotations.static classBuilder class. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParentPropertyCreates a copy of the specified annotation.create()Instantiates a new builder for this class.Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
ParentPropertyAnnotation
public ParentPropertyAnnotation()
-
-
Method Details
-
copy
Creates a copy of the specified annotation.- Parameters:
a- The annotation to copy.sr- The var resolver for resolving any variables.- Returns:
- A copy of the specified annotation.
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on- The targets this annotation applies to.- Returns:
- A new builder object.
-