ch.inftec.ju.ee.client.ServiceLocator Maven / Gradle / Ivy
package ch.inftec.ju.ee.client;
import java.lang.annotation.Annotation;
import ch.inftec.ju.ee.client.ServiceLocatorUtils.AnnotationAny;
/**
* ServiceLocator implementing both CdiServiceLocator and JndiServiceLocator interfaces.
*
* Can be used to lookup JNDI and CDI objects running in a container.
* @author Martin
*
*/
public interface ServiceLocator extends CdiServiceLocator, JndiServiceLocator {
/**
* Instance of the Any annotation to be used for cdiAllAnno.
*/
public static Annotation ANY = new AnnotationAny();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy