If the MappingCouchbaseConverter strict mode is enabled and no annotation is present, the property will not be eligible for document mapping. This allows to specifically ignore some attributes in Couchbase only. For generally ignoring attributes in any Spring Data backing store, prefer the standard `@Transient`. Closes #112