TokenConstantDefinition.MIN_USER_CHANNEL_VALUE

@uml This is the minimum constant value which can be assigned to a ser-defined token channel.

<p> The non-negative numbers less than {@link #MIN_USER_CHANNEL_VALUE} are assigned to the predefined channels {@link #DEFAULT_CHANNEL} and {@link #HIDDEN_CHANNEL}.</p>

@see Token#getChannel()

class TokenConstantDefinition
enum int MIN_USER_CHANNEL_VALUE;

Meta