@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Meta
Mark a field as metadata. Metadata is used to annotate a value with additional information that is not logically
considered part of the value. Metadata is ignored for the purposes of equality and serialization.