Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions core/src/main/java/org/mapstruct/DecoratedWith.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
* <b>NOTE:</b> This annotation is not supported for the component model {@code cdi}. Use CDI's own
* <a href="https://docs.jboss.org/cdi/spec/1.0/html/decorators.html">{@code @Decorator}</a> feature instead.
* <p>
* <b>NOTE:</b> The decorator feature when used with component model {@code jsr330} is considered <em>experimental</em>
* and it may change in future releases.
* <h2>Examples</h2>
* <p>
* For the examples below, consider the following mapper declaration:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,6 @@ private PersonMapper personMapper; // injects the decorator, with the injected o
----
====

[WARNING]
====
`@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.
====

[[customizing-mappings-with-before-and-after]]
=== Mapping customization with before-mapping and after-mapping methods

Expand Down