|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface ArrayValueInjecting array value.
| Required Element Summary | |
|---|---|
Value[] |
value
Get the values. |
| Optional Element Summary | |
|---|---|
String |
clazz
Set the array class. |
String |
elementClass
Array's element class. |
| Element Detail |
|---|
public abstract Value[] value
public abstract String clazz
public abstract String elementClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||