From 1d68c17caea0fcbbfb0abccde11cda1943178ccf Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 28 Nov 2016 15:10:23 +0100 Subject: [PATCH] DATACASS-272 - Add composed annotations to what's new section. --- src/main/asciidoc/new-features.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/asciidoc/new-features.adoc b/src/main/asciidoc/new-features.adoc index 55cc6fe70..ec16537ae 100644 --- a/src/main/asciidoc/new-features.adoc +++ b/src/main/asciidoc/new-features.adoc @@ -8,4 +8,5 @@ * Support for `Optional` as query method result and argument. * Declarative query methods using query derivation * Support for User-Defined types and mapped User-Defined types using `@UserDefinedType`. +* The following annotations have been enabled to build own, composed annotations: `@Table`, `@UserDefinedType`, `@PrimaryKey`, `@PrimaryKeyClass`, `@PrimaryKeyColumn`, `@Column`, `@Query`, `@CassandraType`.