cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
93 stars 35 forks source link

Feature: Use dagger factories instead of builders #159

Closed infeo closed 1 year ago

infeo commented 1 year ago

This PR replaces all dagger @Subcomponent.Builders with dagger Factories.

Factories guarentee to always return a new instance and do not have a public state, hence they are threadsafe.