@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OnChannelThread
A Thread that is assigned to a specific Netty Channel. In Netty's programming model, each channel
is assigned to a specific thread for the lifetime of the channel, and all Channel releated events
are dispatched on this thread.