@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface Async
Mark a class or method to as “asynchronous”
Copyright © 2014–2017 ActFramework. All rights reserved.