Class GenericParameterType<B>

java.lang.Object
net.orbyfied.j8.command.parameter.GenericParameterType<B>
Type Parameters:
B - The base type (without the generics, for example List)
All Implemented Interfaces:
ParameterType<B>

public abstract class GenericParameterType<B> extends Object implements ParameterType<B>