@Component
@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NettyController
Class that is marked with this annotation is considered to be a controller that is able to handle
various events received from Netty server. One might think of it as a concept similart
to Controller from spring-webmvc.