|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Property
Annotation for mapping a property of a bean to a property of a
RegistryObject
.
Optional Element Summary | |
---|---|
java.lang.String |
addRemoveMethodName
Used only with collection properties. |
java.lang.String |
target
Name of the target property from the RegistryObject . |
java.lang.Class<?> |
targetType
|
public abstract java.lang.String target
RegistryObject
.
String
the name of the property to be setpublic abstract java.lang.Class<?> targetType
public abstract java.lang.String addRemoveMethodName
add
and remove
method.
add
method called
addChildConcepts() Because of the name inconsistency the property
addRemoveMethodName should be set to "ChildConcepts"
String
the name of the add method for this property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |