Record Class AnnotationValueRecord

java.lang.Object
java.lang.Record
org.microbean.construct.element.AnnotationValueRecord
Record Components:
delegate - an AnnotationValue to which operations will be delegated; must not be null
domain - a Domain; must not be null
All Implemented Interfaces:
AnnotationValue

public record AnnotationValueRecord(AnnotationValue delegate, Domain domain) extends Record implements AnnotationValue
An AnnotationValue implementation.
Author:
Laird Nelson
See Also: