Uses of Record Class
org.microbean.bean.AttributedElement
-
Uses of AttributedElement in org.microbean.bean
Modifier and TypeFieldDescriptionstatic final SequencedSet
<AttributedElement> Aggregate.EMPTY_DEPENDENCIES
An immutable, emptySequencedSet
ofAttributedElement
s.Modifier and TypeMethodDescriptionAssignment.assignee()
Returns the value of theassignee
record component.Modifier and TypeMethodDescriptiondefault SequencedSet
<AttributedElement> Aggregate.dependencies()
Returns an unmodifiableSequencedSet
ofAttributedElement
instances.final SequencedSet
<AttributedElement> Bean.dependencies()
final SequencedSet
<AttributedElement> InterceptingProducer.dependencies()
ModifierConstructorDescriptionAssignment
(AttributedElement assignee, R value) Creates a newAssignment
.