@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.StoreAs
Copyright © 2019. All rights reserved.