Record Class AttributedType

java.lang.Object
java.lang.Record
org.microbean.bean.AttributedType
Record Components:
type - a TypeMirror
attributes - a List of NamedAttributeMaps
All Implemented Interfaces:
Constable

public record AttributedType(TypeMirror type, List<NamedAttributeMap<?>> attributes) extends Record implements Constable
A pairing of a TypeMirror with a List of NamedAttributeMaps.
Author:
Laird Nelson