public static interface Advice.Dispatcher.SuppressionHandler.ReturnValueProducer
| Modifier and Type | Method and Description |
|---|---|
void |
onDefaultValue(MethodVisitor methodVisitor)
Instructs this return value producer to assure the production of a default value for the return type of the currently handled method.
|
void onDefaultValue(MethodVisitor methodVisitor)
methodVisitor - The method visitor to write the default value to.Copyright © 2014–2016. All rights reserved.