org.osgl.inject.loader.AnnotatedElementLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of genie Show documentation
Show all versions of genie Show documentation
A JSR330 style dependency injection solution
package org.osgl.inject.loader;
import org.osgl.$;
import org.osgl.Osgl;
import org.osgl.inject.BeanSpec;
import org.osgl.inject.ElementType;
import org.osgl.inject.Genie;
import org.osgl.util.E;
import java.lang.annotation.Annotation;
import java.lang.reflect.Modifier;
import java.util.List;
import java.util.Map;
/**
* Implementation of `AnnotatedElementLoader` shall load beans whose class has
* been annotated by a certain annotation class
*/
public abstract class AnnotatedElementLoader extends ElementLoaderBase
© 2015 - 2025 Weber Informatics LLC | Privacy Policy