@Retention(value=RUNTIME)
public static @interface DataShow.ExcludeShowContent
If a Field is designated with this annotation then the content is not shown.
This is for example for a Hash map because the key values may be hash codes which are abbreviated between several runs.