Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0, 5.0.3, 5.0.4, 5.0.5
-
None
Description
I have an embedded component (such as Any) and want to have the informal parameters passed to that component. In T4 this would look like:
@Component(type="Any", inheritInformalParameters=true)
public abstract Any getAnyComponent();