org.chromattic.api.annotations
Annotation Type NodeMapping


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NodeMapping

Defines the mapping between a node type and a java class.

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 String name
          The name of the node type to use.
 

Element Detail

name

public abstract String name
The name of the node type to use.

Returns:
the node type name


Copyright © 2009 eXo Platform SAS. All Rights Reserved.