You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Name can be used with Kotlin to specify the name of a configuration property. For example, it can be used on a data class's parameter. It can also be used on a component of a Java record. We should add tests for each, similar to those that we already have for a Java constructor parameter.
The text was updated successfully, but these errors were encountered:
@Name
can be used with Kotlin to specify the name of a configuration property. For example, it can be used on a data class's parameter. It can also be used on a component of a Java record. We should add tests for each, similar to those that we already have for a Java constructor parameter.The text was updated successfully, but these errors were encountered: