A simple class that can be used for passing wanted features to a method without got a huge overload of parameters
OtherFeatures is available at JitPack's Maven repo.
If you're using Gradle, you could add OtherFeatures as a dependency with the following steps:
- Add
maven { url 'https://jitpack.io' }to therepositoriesin yourbuild.gradle. - Add
compile 'com.github.FlorianSteenbuck:OtherFeatures:j0.0.1thedependenciesin yourbuild.gradle. Replacej0.0.1with the latest release.