Community
Participate
Working Groups
Consider the following property definition... @Type( base = Boolean.class ) @XmlValueBinding( path = "foo", mapExistanceToValue = "true" ) @DefaultValue( text = "false" ) ValueProperty PROP_FOO = new ValueProperty( TYPE, "Foo" ); Value<Boolean> getFoo(); void setFoo( String value ); void setFoo( Boolean value ); The show in source feature does not locate the element that the property is bound to.
Fixed.
Verified.