api / org.gradle.api.reflect / TypeOf / isSynthetic

isSynthetic

open fun isSynthetic(): Boolean

Queries whether this object represents a synthetic type as defined by Class#isSynthetic().

Return
true if this object represents a synthetic type.