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.
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
@Experimentalannotation to mark such an API.