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


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

Set value injection.

Author:
Ales Justin

Required Element Summary
 Value[] value
          Get the values.
 
Optional Element Summary
 Class<?> clazz
          Get the set class.
 Class<?> elementClass
          Get the element class.
 

Element Detail

value

public abstract Value[] value
Get the values.

Returns:
the values

clazz

public abstract Class<?> clazz
Get the set class.

Returns:
the set class
Default:
void.class

elementClass

public abstract Class<?> elementClass
Get the element class.

Returns:
the element class
Default:
void.class


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