@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface DisableFastJsonCircularReferenceDetect
Annotate on a controller action handler to indicate the JSON result shall be rendered with FastJson Circular Reference check disabled
Copyright © 2014–2017 ActFramework. All rights reserved.