DATAMONGO-1373 - Allow usage of @AliasFor with mapping and indexing annotations.

We now support @AliasFor to build composed annotations with: @Document, @Id, @Field, @Indexed, @CompoundIndex, @GeoSpatialIndexed, @TextIndexed, @Query, and @Meta. Added missing license header to @Field.

Original pull request: #347.
Related tickets: DATACMNS-825.
This commit is contained in:
Mark Paluch
2016-03-14 12:17:14 +01:00
committed by Oliver Gierke
parent 0b634f8340
commit b2ce1700d2
11 changed files with 336 additions and 13 deletions

View File

@@ -1,6 +1,11 @@
[[new-features]]
= New & Noteworthy
[[new-features.1-9-0]]
== What's new in Spring Data MongoDB 1.9
* The following annotations have been enabled to build own, composed annotations: `@Document`, `@Id`, `@Field`, `@Indexed`, `@CompoundIndex`, `@GeoSpatialIndexed`, `@TextIndexed`, `@Query`, `@Meta`.
[[new-features.1-8-0]]
== What's new in Spring Data MongoDB 1.8