Skip to content

Commit 447bb00

Browse files
authored
mapstruct#1773 Update documentation: componentModel=jsr330 with @DecoratedWith not longer experimental (mapstruct#1907)
1 parent 7e03277 commit 447bb00

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

core/src/main/java/org/mapstruct/DecoratedWith.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
* <b>NOTE:</b> This annotation is not supported for the component model {@code cdi}. Use CDI's own
2424
* <a href="https://docs.jboss.org/cdi/spec/1.0/html/decorators.html">{@code @Decorator}</a> feature instead.
2525
* <p>
26-
* <b>NOTE:</b> The decorator feature when used with component model {@code jsr330} is considered <em>experimental</em>
27-
* and it may change in future releases.
2826
* <h2>Examples</h2>
2927
* <p>
3028
* For the examples below, consider the following mapper declaration:

documentation/src/main/asciidoc/chapter-12-customizing-mapping.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ private PersonMapper personMapper; // injects the decorator, with the injected o
142142
----
143143
====
144144

145-
[WARNING]
146-
====
147-
`@DecoratedWith` in combination with component model `jsr330` is considered experimental as of the 1.0.0.CR2 release. The way the original mapper is referenced in the decorator or the way the decorated mapper is injected in the application code might still change.
148-
====
149-
150145
[[customizing-mappings-with-before-and-after]]
151146
=== Mapping customization with before-mapping and after-mapping methods
152147

0 commit comments

Comments
 (0)