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

dev.the_fireplace.annotateddi.api.di.Implementation Maven / Gradle / Ivy

package dev.the_fireplace.annotateddi.api.di;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

@Target(ElementType.TYPE)
public @interface Implementation {
    String[] value() default "";
    String name() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy