|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract java.lang.Class<?> targetType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |