@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface EStringInfo
Charset used to serialize/de-serialize the associated
String field. If this annotation is not defined for
a string type, then
DataType.CHARSET is used.
This annotation is ignored if applied to a non-String
field.
public abstract String charset
String field. This
name must satisfy Charset.forName(String) and
return a character set instance. If this does not happen,
then DataType.CHARSET
is used.Copyright © 2019. All rights reserved.