|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface MOInitializerProperty
Defines property initialization of a constructed instance, where the source of the property value is a property
of the parent instance.
The value assignment is done right after the instance is created and before reading any other value from the
XML document.
See the examples of MOConstructionDescriptor
.
MOConstructionDescriptor
Required Element Summary | |
---|---|
java.lang.String |
sourceProperty
The name of the Java property of the parent class, to be used as the source of the value. |
java.lang.String |
targetProperty
The name of the Java property of the constructed bean, to which the value is assigned. |
Element Detail |
---|
public abstract java.lang.String sourceProperty
public abstract java.lang.String targetProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |