Class AggregateMemberAnnotatedChildEntityDefinition

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

public class AggregateMemberAnnotatedChildEntityDefinition extends AbstractChildEntityDefinition
Implementation of a ChildEntityDefinition that is used to detect single entities annotated with AggregateMember. If such a field or method is found a ChildEntity is created that delegates to the entity.
Since:
3.0
Author:
Allard Buijze