`class SomeView @JvmOverloads constructor(context:...
# android
d
class SomeView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0): LinearLayout(context, attrs, defStyleAttr)
is what it looks like on my current project (syntax using the annotation in the primary constructor is a little unintuitive)