We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290cc73 commit babff8eCopy full SHA for babff8e
src/docs/asciidoc/core/core-beans.adoc
@@ -1427,6 +1427,7 @@ The following example shows the corresponding `ExampleBean` class:
1427
// a static factory method; the arguments to this method can be
1428
// considered the dependencies of the bean that is returned,
1429
// regardless of how those arguments are actually used.
1430
+ @JvmStatic
1431
fun createInstance(anotherBean: AnotherBean, yetAnotherBean: YetAnotherBean, i: Int): ExampleBean {
1432
val eb = ExampleBean (...)
1433
// some other operations...
0 commit comments