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

net.sf.javagimmicks.cdi.package-info Maven / Gradle / Ivy

/**
 * Includes several helper classes for using CDI (Java's context and dependency injection API).
 * 

* It mainly focuses on features enabling CDI in existing applications that are not built from scratch * around that API. *

* Examples: *

    *
  • Access the CDI context ({@link javax.enterprise.inject.spi.BeanManager}, lookups, etc.) via * 'plain old' Java (without using {@literal @}{@link javax.inject.Inject})
  • *
  • Build CDI injections via fluent API
  • *
  • Bridge CDI with {@link net.sf.javagimmicks.util.Supplier} API from GimmickUtils-core
  • *
*/ package net.sf.javagimmicks.cdi;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy