Record Class AttributedElement

java.lang.Object
java.lang.Record
org.microbean.bean.AttributedElement
Record Components:
element - a non-null Element
attributes - a non-null List of NamedAttributeMap instances representing attributes
All Implemented Interfaces:
Constable

public record AttributedElement(Element element, List<NamedAttributeMap<?>> attributes) extends Record implements Constable
An Element that has been decorated with attributes.

Dependency injection frameworks often refer to this sort of thing as an injection point.

Author:
Laird Nelson