@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Exclude
Typical usage:
@Exclude private String aVerySensitiveData;