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
 Class<?> clazz
          Set the array class.
 Class<?> elementClass
          Array's element class.
 

Element Detail

value

public abstract Value[] value
Get the values.

Returns:
the values

clazz

public abstract Class<?> clazz
Set the array class.

Returns:
array class
Default:
void.class

elementClass

public abstract Class<?> elementClass
Array's element class.

Returns:
element class
Default:
void.class


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.