public interface OperationAdvisor
Operation
annotation, and add advice for those methods. This advice should typically
be provided first, or nearly first, among all advice, to maximize the benefit of tracking operations.Modifier and Type | Method and Description |
---|---|
void |
addOperationAdvice(MethodAdviceReceiver receiver)
|
MethodAdvice |
createAdvice(String description)
Creates advice for a method.
|
void addOperationAdvice(MethodAdviceReceiver receiver)
MethodAdvice createAdvice(String description)
description
- the text (or format) used to display describe the operation for the methodOperation.value()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.