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


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

Map value injection.

Author:
Ales Justin

Required Element Summary
 EntryValue[] value
          Get the entries.
 
Optional Element Summary
 String clazz
          Get the map class name.
 String keyClass
          Get the key class name.
 String valueClass
          Get the value class name.
 

Element Detail

value

public abstract EntryValue[] value
Get the entries.

Returns:
the entries

clazz

public abstract String clazz
Get the map class name.

Returns:
the map class name
Default:
""

keyClass

public abstract String keyClass
Get the key class name.

Returns:
the key class name
Default:
""

valueClass

public abstract String valueClass
Get the value class name.

Returns:
the value class name
Default:
""


Copyright ? 2007 JBoss Inc.. All Rights Reserved.