| Package | Description | 
|---|---|
| net.bytebuddy.implementation.bind.annotation | This package contains annotations, types and classes that are responsible for binding a method to calling another
 method by interpreting annotations that indicate how a method should be bound to another method. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Morph.Binder.DefaultMethodLocator.ExplicitAn explicit default method locator attempts to look up a default method in the specified interface type. | 
| static class  | Morph.Binder.DefaultMethodLocator.ImplicitAn implicit default method locator that only permits the invocation of a default method if the source
 method itself represents a method that was defined on a default method interface. | 
Copyright © 2014–2016. All rights reserved.