Enum DynamicConstant.Binder

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

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