blakelee
class MyClass @Inject constructor( @Tablet isTablet: Boolean )
@Provides @Tablet fun provideIsTablet(context: Context): Boolean = someWayToTellIfTablet
@Named("Tablet")
Nicholas Doglio
@Qualifier
@Qualifier annotation class Tablet
Colton Idle
jw
A modern programming language that makes developers happier.