priority
public abstract int priority
The priority to set on the provided component.
Note that 0 has a very special meaning here, meaning that the provided component should inherit
priority from the @Module definition.
So if you want to have different priorities for different components in the same module, and some of them
be the 0 priority, you MUST keep the @Module priority set to 0, and set the exceptions in the @Provides.
- Returns:
- the priority of the provided component.
- Default:
- 0