Class AggregateMemberAnnotatedChildEntityCollectionDefinition

java.lang.Object
org.axonframework.modelling.command.inspection.AbstractChildEntityDefinition
org.axonframework.modelling.command.inspection.AggregateMemberAnnotatedChildEntityCollectionDefinition
All Implemented Interfaces:
ChildEntityDefinition

public class AggregateMemberAnnotatedChildEntityCollectionDefinition extends AbstractChildEntityDefinition
Implementation of a AbstractChildEntityDefinition that is used to detect Collections of entities (member type assignable to Iterable) annotated with AggregateMember. If such a field or method is found a ChildEntity is created that delegates to the entities in the annotated collection.
Since:
3.0
Author:
Allard Buijze