Skip to content

Ensure unused Provides methods fail at compile-time #33

@codefromthecrypt

Description

@codefromthecrypt

For many users, feign will be the first time they see Dagger. Dagger has a wonderful system of compile-time failures. However, when Module(library=true) is set, unused bindings will not fail. This causes an issue when for example, someone binds a parameterized type where a raw type is needed.

Let's hunt down anything that implies users will have to supply Module(library=true) and kill it or identify why.

cc @benjchristensen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions