Class DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase<W>

Type Parameters:
W - A loaded type that the built type is guaranteed to be a subclass of.
All Implemented Interfaces:
DynamicType.Builder.MethodDefinition.ExceptionDefinition<W>, DynamicType.Builder.MethodDefinition.ImplementationDefinition<W>, DynamicType.Builder.MethodDefinition.ParameterDefinition<W>, DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<W>, DynamicType.Builder.MethodDefinition.TypeVariableDefinition<W>
Direct Known Subclasses:
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase.Adapter
Enclosing interface:
DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<V>

public abstract static class DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable.AbstractBase<W> extends DynamicType.Builder.MethodDefinition.ParameterDefinition.AbstractBase<W> implements DynamicType.Builder.MethodDefinition.ParameterDefinition.Annotatable<W>
An abstract base implementation for defining an annotation on a parameter.