@Retention(value=RUNTIME) @Target(value=METHOD) public @interface SmallResponse
Mark on a action handler method indicate the method returns small response
For small response the framework will process result into a final string in the memory before sending it to the response.
LargeResponse
Copyright © 2014–2018 ActFramework. All rights reserved.