@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Ignore
@Ignore annotation to methods in a class implementing TableEntity to force them to be ignored
during reflection-based serialization and deserialization. See the documentation for TableServiceEntity for
more information on using reflection-based serialization and deserialization.StoreAsCopyright © 2018. All Rights Reserved.