You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the new "@InstantiatedBy" annotation with a conditional constraint could be useful. The constraint could depend on the value of a dedicated configuration property.
Something like:
@InstantiatedBy(value = "xxx", filterKey = "key", filterValue = "value")
The text was updated successfully, but these errors were encountered:
Using the new "@InstantiatedBy" annotation with a conditional constraint could be useful. The constraint could depend on the value of a dedicated configuration property.
Something like:
@InstantiatedBy(value = "xxx", filterKey = "key", filterValue = "value")
The text was updated successfully, but these errors were encountered: