@Retention(value=CLASS)
@Target(value=PARAMETER)
public @interface ParamOut
Only applies to primitive array types (eg int[], long[], String[], etc), List, Map,
or Parcelable types. By default these types are treated as input and output, unless
they are marked otherwise using either @ParamOut or ParamIn
Annotating on any unsupported types will be ignored