Enum DefaultCall.Binder

java.lang.Object
java.lang.Enum<DefaultCall.Binder>
net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder
All Implemented Interfaces:
Serializable, Comparable<DefaultCall.Binder>, java.lang.constant.Constable, TargetMethodAnnotationDrivenBinder.ParameterBinder<DefaultCall>
Enclosing class:
DefaultCall

public static enum DefaultCall.Binder extends Enum<DefaultCall.Binder> implements TargetMethodAnnotationDrivenBinder.ParameterBinder<DefaultCall>
A binder for handling the DefaultCall annotation.
See Also: