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

ch.inftec.ju.ee.client.ServiceLocator Maven / Gradle / Ivy

There is a newer version: 6.1-S-5
Show newest version
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