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

com.vikingsen.inject.fragment.FragmentModule Maven / Gradle / Ivy

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