多项选择题

Dagger2带Module的Inject方式编写对的是()。

A.第一步,编写Module类并使用@Module标注这个类,编写方法返回值为我们需要inject的类型并使用@Provides标注这个方法
B.第二步,编写Component接口,使用@Component标注这个接口,并使用modules=的方法链接上第一步中编写的Module类
C.第三步,编译ffmpeg
D.第四,在需要注入的类中使用@Bug标注要注入的变量