Experimental (MapStruct 1.7.0.Beta1)
Package org.mapstruct.util
Annotation Type Experimental
@Documented @Retention(SOURCE) public @interface Experimental
Features that are marked with this annotation are considered experimental.
- Author:
- Andreas Gudian
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value
The reason why the feature is considered experimental.
- Returns:
- the reason why the feature is considered experimental.
- Default:
""
-