@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExternalLink
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<?> |
type
Gets the
Class type. |
Modifier and Type | Optional Element and Description |
---|---|
CascadeStyle |
cascadeStype
The cascading style for this mapping.
|
java.lang.String |
slotName
Gets the slot name for the external link.
|
java.lang.String |
slotValue
Returns the required value for the slot name.
|
public abstract java.lang.Class<?> type
Class
type.RegistryBean
representing the external
link.public abstract java.lang.String slotName
public abstract java.lang.String slotValue
public abstract CascadeStyle cascadeStype
CascadeStyle