![JAR search and dependency download from the Maven repository](/logo.png)
com.vikingsen.inject.fragment.FragmentModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fragment-inject-annotations Show documentation
Show all versions of fragment-inject-annotations Show documentation
Injection for Androidx Fragments
The newest version!
package com.vikingsen.inject.fragment;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.CLASS;
@Target(TYPE)
@Retention(CLASS)
public @interface FragmentModule {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy