@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Slot
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The fully qualified name of the slot.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?> |
targetType
The target type
Class . |
Slot.Type |
type
The type slot value maps to.
|