Interface DenyReadAccessAdapter

All Known Implementing Classes:
DenyReadAccessAdapter.No, DenyReadAccessAdapter.Yes

public interface DenyReadAccessAdapter
Marker interface for types whose fields should may never be read in non-privileged mode. This is for example used for passwords. Contribute `Yes` to the type whose field you like to prevent non-privileged read access and `No` to a virtual type to mute a `Yes` contributed to its base type.