@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ActionUtil
Mark an method as an action util method. An action util method is supposed to be called
by action methods (i.e. the method that handles requests).
ActFramework will treat action util method as action method so it will apply the bytecode
enhancement on those methods