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 dd03a63 commit ec5f5e3Copy full SHA for ec5f5e3
src/main/kotlin/co/statu/parsek/api/ParsekPlugin.kt
@@ -29,7 +29,8 @@ abstract class ParsekPlugin : Plugin() {
29
lateinit var pluginGlobalBeanContext: AnnotationConfigApplicationContext
30
internal set
31
32
- internal lateinit var applicationContext: AnnotationConfigApplicationContext
+ lateinit var applicationContext: AnnotationConfigApplicationContext
33
+ internal set
34
35
val logger: Logger = LoggerFactory.getLogger(this::class.java)
36
0 commit comments