Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 398 Bytes

AppcomDagger2.md

File metadata and controls

11 lines (10 loc) · 398 Bytes

Dagger 2

Abbreviation Description
inj @Inject - Annotation
injc Constructor with @Inject - Annotation
ppa Provides class with inject constructor "per Activity"
ppf Provides class with inject constructor "per Fragment"
pps Provides class with inject constructor "as Singleton"
pro @Provides - Annotation
sing @Singleton - Annotation