|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Inherited
@Target(value={FIELD,METHOD,ANNOTATION_TYPE})
public @interface Group
Links an attribute of type Map to the the results of an entity available in a Results instance.
A Linked annotation is required along this Group annotation, to configure how the values of the map should be populated.
Linked,
Results,
Result| Optional Element Summary | |
|---|---|
Class<? extends Map> |
container
Defines the concrete type of the map to be instantiated. |
Class |
key
The concrete type of the keys put into this map. |
public abstract Class key
public abstract Class<? extends Map> container
HashMap will be instantiated and assigned to the attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||