See: Description
| Class | Description | 
|---|---|
| AuthorizationAdvice | This class provides the authorization AOP advice performed before every service layer method
 call. | 
| LoggingAdvice | This class provides the log4j aop around advice for our service layer. | 
| RequiredDataAdvice | This class provides the AOP around each save, (un)void, and (un)retire method in the service
 layer so that the required data (like creator, dateChanged, dateVoided, etc) can be set
 automatically and the developer doesn't have to worry about doing it explicitly in the service
 impl method. | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.