codenergic/theskeleton

Refactor: Move Impl classes to parent package

Closed this issue · 0 comments

dianw commented

Move Impl classes to parent package so it will be in the same package with its interface. The benefit of this change is the Impl classes access can be package-private and prevent other classes in different package to accidentally import it.