public static interface ByteBuddy.MethodInterceptable
Modifier and Type | Method and Description |
---|---|
ByteBuddy.MethodAnnotationTarget |
intercept(Instrumentation instrumentation)
Intercepts the given method with the given instrumentation.
|
ByteBuddy.MethodAnnotationTarget |
withoutCode()
Defines the currently selected methods as
abstract . |
ByteBuddy.MethodAnnotationTarget intercept(Instrumentation instrumentation)
instrumentation
- The instrumentation to apply to the selected methods.ByteBuddy.MethodAnnotationTarget withoutCode()
abstract
.abstract
.Copyright © 2014. All rights reserved.