Record Class AnnotationRecord

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

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