MIN_USER_CHANNEL_VALUE constant

int const MIN_USER_CHANNEL_VALUE

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

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

@see Token#getChannel()

Implementation

static const int MIN_USER_CHANNEL_VALUE = 2;