Join Slack
Powered by
Yes, `@JvmStatic` means "generate a static accesso...
# getting-started
d
diesieben07
02/07/2018, 10:40 AM
Yes,
@JvmStatic
means "generate a static accessor for this in the class". It allows to write
ClassA.member
from Java instead of
ClassA.Companion.member
.
2
Views
Open in Slack
Previous
Next