All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jbock.context.ContextComponent Maven / Gradle / Ivy

There is a newer version: 5.18
Show newest version
package net.jbock.context;

import dagger.Component;

@Component(modules = ContextModule.class)
@ContextScope
public interface ContextComponent {

    GeneratedClass generatedClass();

    @Component.Factory
    interface Factory {

        ContextComponent create(ContextModule module);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy