org.apache.myfaces.extensions.cdi.core.api
Annotation Type Advanced


@Target(value={PARAMETER,FIELD,METHOD,CONSTRUCTOR,TYPE})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface Advanced

For injection of advanced implementations provided by CODI, if JEE supports the injection of the default impl. Furthermore, it's a marker for classes to signal the framework that it's allowed to perform dependency injection on instances of supported types.



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.