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
Until now new features and API added into XTF framework had to be as stable as possible not to break backward compatibility in the future. However it's not always possible to introduce mature API. Idea is to mark such features/APIs so the consumer that it might change or be removed in the future.
One of the options might be to introduce @Experimental annotation to mark such an API.
The text was updated successfully, but these errors were encountered:
Until now new features and API added into XTF framework had to be as stable as possible not to break backward compatibility in the future. However it's not always possible to introduce mature API. Idea is to mark such features/APIs so the consumer that it might change or be removed in the future.
One of the options might be to introduce
@Experimental
annotation to mark such an API.The text was updated successfully, but these errors were encountered: