Annotation Interface AutoConfigureProjectionMapping
Type level annotation intended for domain classes and used to configure whether or not the system
will attempt to auto configure mapping to a projection. This type of functionality is generally
performed by components like
ModelMapperDomainMapperMember
. In the absence of this
annotation, the system will assume that auto configuration for projection mapping is enabled.- Author:
- Jeff Fischer
-
Optional Element Summary
-
Element Details
-
enabled
boolean enabled- Default:
- true
-