Skip to content

Commit afb06d7

Browse files
committed
Set since tag
Set since tag #338
1 parent 5ad609b commit afb06d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

kotlin/src/main/kotlin/org/axonframework/extensions/kotlin/serialization/ArrayResponseType.kt

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import java.util.concurrent.Future
3030
*
3131
* @param E The element type which will be matched against and converted to
3232
* @author Gerard de Leeuw
33+
* @since 4.10.0
3334
* @see org.axonframework.messaging.responsetypes.MultipleInstancesResponseType
3435
*/
3536
class ArrayResponseType<E>(elementType: Class<E>) : AbstractResponseType<Array<E>>(elementType) {

kotlin/src/main/kotlin/org/axonframework/extensions/kotlin/serialization/KotlinSerializer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import org.axonframework.serialization.SerializationException as AxonSerializati
4444
* @see kotlinx.serialization.Serializer
4545
* @see org.axonframework.serialization.Serializer
4646
*
47-
* @since 4.9.1
47+
* @since 4.10.0
4848
* @author Gerard de Leeuw
4949
*/
5050
class KotlinSerializer(

0 commit comments

Comments
 (0)