Record Class AttributedType

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

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