com.softwareag.centrasite.appl.framework.persistence.mapper.annotations
Annotation Type SlotProperty


@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

target

public abstract SlotPropertyName target
Name of the target property from the Slot.

Returns:
String the name of the property to be set