| Package | Description | 
|---|---|
| org.axonframework.commandhandling.model.inspection | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AnnotatedChildEntity<P,C>
Implementation of a  
ChildEntity that uses annotations on a target entity to resolve event and command
 handlers. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> Optional<ChildEntity<T>> | 
ChildEntityDefinition.createChildDefinition(Field field,
                     EntityModel<T> declaringEntity)
Inspect the given  
field, which is declared on the given declaringEntity for the presence of a
 Child Entity. | 
<T> Optional<ChildEntity<T>> | 
AbstractChildEntityDefinition.createChildDefinition(Field field,
                     EntityModel<T> declaringEntity)  | 
Copyright © 2010–2018. All rights reserved.