parent
1ef8800c6c
commit
d1df4d3739
|
|
@ -1368,7 +1368,7 @@ The following example shows the corresponding `ExampleBean` class:
|
|||
}
|
||||
}
|
||||
----
|
||||
[source,java,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
.Kotlin
|
||||
----
|
||||
class ExampleBean(
|
||||
|
|
|
|||
|
|
@ -2523,7 +2523,7 @@ listeners. The following listing demonstrates this style of configuration:
|
|||
}
|
||||
----
|
||||
|
||||
[source,java,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
[source,kotlin,indent=0,subs="verbatim,quotes",role="secondary"]
|
||||
.Kotlin
|
||||
----
|
||||
@ContextConfiguration
|
||||
|
|
|
|||
Loading…
Reference in New Issue