hmm, for something similar in a Kotlin project, we...
# random
r
hmm, for something similar in a Kotlin project, we had a
PersistenceContext
and I just added an extension function to it (getProperty), that way we just passed that down, and called
context.getProperty
. What I didn’t like was that … well, I had to pass in a
PersistenceContext
instead of just the explicit property I wanted.