@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RequireDataBind
Mark a method is subject to data bind.
This is usually used on interceptor methods b/c by default framework will not prepare the data binding for interceptor methods
Copyright © 2014–2017 ActFramework. All rights reserved.