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
Auto-configurations are not considered public API besides their class name. Some of our auto-configurations have public members (constructors and methods, and maybe nested classes) in them. We should drop the public modifier and also make the class itself final to prevent sub-classing.
The text was updated successfully, but these errors were encountered:
Auto-configurations are not considered public API besides their class name. Some of our auto-configurations have public members (constructors and methods, and maybe nested classes) in them. We should drop the
public
modifier and also make the class itself final to prevent sub-classing.The text was updated successfully, but these errors were encountered: