Looking into 5.4 code with deprecated component parameters using the DeprecationWarning service and I have a few suggestions:
Could it be implemented by introducing a new annotation
@IgnoreDeprecatedParametersWarning({"visible", "update"}) on the component
class or using the @DeprecatedParameter on a class field? Also, why not just
remove deprecated parameters, are they needed for the DeprecationWarning
service to detect the binding?
Denis
