component

open fun component(@DelegatesTo(value = EclipseWtpComponent::class) action: Closure)
open fun component(action: Action<out Any>)

Configures wtp component.

For examples see docs for EclipseWtpComponent