Package org.osgi.service.cdi.annotations
Annotation Type BeanPropertyType
Identify the annotated annotation as a Bean Property Type.
Bean Property Type can be applied to beans annotated with
SingleComponent
, FactoryComponent
, to beans annotated with
ApplicationScoped
or Dependent
where the Service
annotation is applied, to methods and fields marked as Produces
where
the Service
annotation is applied, or to injection points where the
Reference
annotation is applied.
- Author:
- $Id: c30fb79fc50c81bb1e5625fc9eb4535d58d529c5 $
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Support inline instantiation of theBeanPropertyType
annotation.