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


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Slots

Annotation for mapping the return value of a (getter) method to the slots of registry object.


Required Element Summary
 java.lang.Class<?> targetType
          The type of the beans mapped as slots.
 

Element Detail

targetType

public abstract java.lang.Class<?> targetType
The type of the beans mapped as slots.

Returns:
class