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`.