Class XmlElementsImpl
java.lang.Object
org.glassfish.hk2.api.AnnotationLiteral<jakarta.xml.bind.annotation.XmlElements>
org.glassfish.hk2.xml.jaxb.internal.XmlElementsImpl
- All Implemented Interfaces:
Annotation
public class XmlElementsImpl
extends AnnotationLiteral<jakarta.xml.bind.annotation.XmlElements>
implements jakarta.xml.bind.annotation.XmlElements
Implementation of the XmlElements annotation
- Author:
- jwells
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
-
Constructor Details
-
XmlElementsImpl
public XmlElementsImpl(jakarta.xml.bind.annotation.XmlElement[] value)
-
-
Method Details
-
value
public jakarta.xml.bind.annotation.XmlElement[] value() -
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-