
pl.tahona.di.annotation.Init Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of di Show documentation
Show all versions of di Show documentation
Automatic dependency injection for ANDROID and Desktop.
The newest version!
package pl.tahona.di.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(value=ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Init {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy