I.e. allow this:
@GenericField(valueBridge = @ValueBridgeRef(type = MyBridge.class, params = {@Parameter(name = "foo", value = "fooval"), @Parameter(name = "bar", value = "barval")}))
We may want to allow that for other bridge references, too.
As to how we will pass these parameters to the bridge... Pass to the builder? To the bridge, through the bind() method's parameters? To be determined.