![JAR search and dependency download from the Maven repository](/logo.png)
roboguice.inject.ContentView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of roboguice Show documentation
Show all versions of roboguice Show documentation
A framework for using Google Guice dependency injection in Android.
package roboguice.inject;
import com.google.inject.BindingAnnotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Retention(RUNTIME)
@Target( { ElementType.TYPE })
@BindingAnnotation
public @interface ContentView {
int value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy