com.github.henryco.injector.meta.annotations.TargetInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grinjector Show documentation
Show all versions of grinjector Show documentation
Lightweight reflective dependency injector for java.
package com.github.henryco.injector.meta.annotations;
import java.lang.annotation.*;
/**
* Created 12/18/2017
*
* @author Henry
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface TargetInterface {
}