|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Properties
Annotates a Chromattic entity getter having a return type equals to java.util.Map. The generic
value type of the map can be any type, it is used at runtime to filter the returned properties. It allows a
generic access to any property of the related jcr node when that type is compatible with the generic value type
of the returned Map.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||