Fixed ComponentsDecorator. Previously, it set fields even if they didn't change during decoration. This resulted in IllegalAccessException for fields that cannot be set, like lambda fields.
Fixed ComponentsDecorator. Previously, it set fields even if they didn't change during decoration. This resulted in IllegalAccessException for fields that cannot be set, like lambda fields.