@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface KeyValueBean
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<?> |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
propertyDelegate |