org.chromattic.api.annotations
Annotation Type Property


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Property

Defines the mapping between the property of a node type and a java bean property of the annotated class.

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 String name
          The jcr property name.
 

Element Detail

name

public abstract String name
The jcr property name.

Returns:
the jcr property name


Copyright © 2010 eXo Platform SAS. All Rights Reserved.