Showing:

Annotations
Attributes
Model
Properties
Element property
Namespace http://www.springframework.org/schema/beans
Annotations
Bean definitions can have zero or more properties.
Property elements correspond to JavaBean setter methods exposed
by the bean classes. Spring supports primitives, references to other
beans in the same or related factories, lists, maps and properties.
Type propertyType
Properties
content complex
Model
description{0,1} , (meta | bean | ref | idref | value | null | array | list | set | map | props | ANY element from ANY namespace OTHER than 'http://www.springframework.org/schema/beans')
Children array, bean, description, idref, list, map, meta, null, props, ref, set, value
Attributes
QName Type Use Annotation
name xsd:string required
The name of the property, following JavaBean naming conventions.
ref xsd:string optional
A short-cut alternative to a nested "<ref bean='...'/>".
value xsd:string optional
A short-cut alternative to a nested "<value>...</value>" element.