|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface SlotProperty
Annotation for mapping a property of a bean to a property of a
Slot
.
Required Element Summary | |
---|---|
SlotPropertyName |
target
Name of the target property from the Slot . |
Element Detail |
---|
public abstract SlotPropertyName target
Slot
.
String
the name of the property to be set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |