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

ch.inftec.ju.ee.cdi.DynamicCdi Maven / Gradle / Ivy

There is a newer version: 6.1-S-5
Show newest version
package ch.inftec.ju.ee.cdi;


/**
* This is a tag interface that is used by the DynamicCdiLoader class to lookup
 * all eligable classes available on the classpath.
 * 

* The alternative would be to use some kind of classpath scanning tooling, but this way, * we can rely entirely on CDI to get the appropriate classes. * * @author [email protected] * */ public interface DynamicCdi { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy