Enum Argument.Binder

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

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