Annotation Type AsUtf16


  • @Documented
    @Retention(RUNTIME)
    @Target({METHOD,PARAMETER})
    public @interface AsUtf16
    Indicates that String should be mapped to array of UTF-16 code units (unsigned short*) instead of byte array (const char*).
    See Also:
    Generator