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

com.github.henryco.injector.meta.annotations.TargetInterface Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy