Description
The @Delegate documentation states that the "includes" element is a
"List of method and/or property names to include when delegating."
However, the "includes" does not affect the delegating of property getters and setters. All properties from the delegate are currently delegated regardless of their inclusion in the "includes" element.
Expected: When the includes element is provided on the @Delegate attribute, only the properties specified are delegated.