org.jboss.beans.metadata.api.annotations
Annotation Type ArrayValue


@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public @interface ArrayValue

Injecting array value.

Author:
Ales Justin

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

value

public abstract Value[] value
Get the values.

Returns:
the values

clazz

public abstract String clazz
Set the array class.

Returns:
array class name
Default:
""

elementClass

public abstract String elementClass
Array's element class.

Returns:
element class name
Default:
""


Copyright ? 2007 JBoss Inc.. All Rights Reserved.