Interface RepositoryMetadataAccess


public interface RepositoryMetadataAccess
Marker for repository fragment implementation that intend to access repository method invocation metadata.

Note that this is a marker interface in the style of Serializable, semantically applying to a fragment implementation class. In other words, this marker applies to a particular repository composition that enables metadata access for the repository proxy when the composition contain fragments implementing this interface.

Ideally, in a repository composition only the fragment implementation uses this interface while the fragment interface does not.

Since:
3.4
Author:
Mark Paluch
See Also: