org.chromattic.api.annotations
Annotation Type PrimaryType


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

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 primary node type to use.
 

Element Detail

name

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

Returns:
the primary node type name


Copyright © 2010 eXo Platform SAS. All Rights Reserved.