|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Slot
Annotation for mapping the return value of a (getter) method of a bean to slot with a given name.
Required Element Summary | |
---|---|
java.lang.String |
name
The fully qualified name of the slot. |
Optional Element Summary | |
---|---|
java.lang.Class<?> |
targetType
|
Slot.Type |
type
The this slot values map to. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.Class<?> targetType
public abstract Slot.Type type
Slot.Type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |