@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NonBlock
Mark a class method as non-block method.
When an action handler created from an non-block method the handler will be treated as an ExpressHandler
Copyright © 2014–2017 ActFramework. All rights reserved.