common-plugin / com.cognifide.gradle.common.build / ObjectFactory / typed

typed

inline fun <reified T> typed(options: Property<T>.() -> Unit = {}): Property<T>!