Package org.osgi.service.cdi.annotations
Annotation Type BeanPropertyType
-
@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface BeanPropertyTypeIdentify the annotated annotation as a Bean Property Type.Bean Property Type can be applied to beans annotated with
SingleComponent,FactoryComponent, to beans annotated withApplicationScopedorDependentwhere theServiceannotation is applied, to methods and fields marked asProduceswhere theServiceannotation is applied, or to injection points where theReferenceannotation is applied.- Author:
- $Id: c30fb79fc50c81bb1e5625fc9eb4535d58d529c5 $
- See Also:
- "Bean Property Types."