The Javadoc documentation for the Package class states: Package objects contain version information about the implementation and specification of a Java package. This versioning information is ...
The design principles of Azure SDK for Java outline guidelines that require the APIs in client libraries to be consistent, approachable and backward compatible. So, we should only have public APIs ...