org.chromattic.api.annotations
Annotation Type Properties


@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.

Version:
$Revision$
Author:
Julien Viet



Copyright © 2009 eXo Platform SAS. All Rights Reserved.