File tree 2 files changed +2
-1
lines changed
kotlin/src/main/kotlin/org/axonframework/extensions/kotlin/serialization
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import java.util.concurrent.Future
30
30
*
31
31
* @param E The element type which will be matched against and converted to
32
32
* @author Gerard de Leeuw
33
+ * @since 4.10.0
33
34
* @see org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
34
35
*/
35
36
class ArrayResponseType <E >(elementType : Class <E >) : AbstractResponseType<Array<E>>(elementType) {
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import org.axonframework.serialization.SerializationException as AxonSerializati
44
44
* @see kotlinx.serialization.Serializer
45
45
* @see org.axonframework.serialization.Serializer
46
46
*
47
- * @since 4.9.1
47
+ * @since 4.10.0
48
48
* @author Gerard de Leeuw
49
49
*/
50
50
class KotlinSerializer (
You can’t perform that action at this time.
0 commit comments