| Class | Description | 
|---|---|
| ActivitiStateAnnotationBeanPostProcessor | the idea is that this bean post processor is responsible for registering all beans
 that have the  org.camunda.bpm.engine.annotations.Stateannotation. | 
| ProcessStartAnnotationBeanPostProcessor | Proxies beans with methods annotated with  StartProcess. | 
| ProcessStartingMethodInterceptor | MethodInterceptorthat starts a business process
 as a result of a successful method invocation. | 
| ProcessStartingPointcutAdvisor | AOP advice for methods annotated with (by default)  StartProcess. | 
Copyright © 2018. All rights reserved.