vaadin / portlet

Portlet support for Vaadin Flow
https://vaadin.com
Other
2 stars 3 forks source link

Move internal methods out of public API #105

Closed mehdi-vaadin closed 5 years ago

mehdi-vaadin commented 5 years ago

Classes in packages other than com.vaadin.flow.portal.internal shouldn't have any public method that is internal and isn't supposed to use by the user. These methods should be moved out of those classes e.g. by extracting internal counterpart classes.

ujoni commented 5 years ago

Acceptance criteria: