org.chromattic.api.annotations
Annotation Type MixinMapping


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

The mixin annotation can be used to annote a class and declares that it represents a mixin.

When a class declares a mixin annotation without being bound to a node mapping, this class can be involved in a one to one relationship with the RelationshipType.MIXIN type. The mixin is added to a node when a one to one relationship of type mixin is created.

Version:
$Revision$
Author:
Julien Viet

Required Element Summary
 String[] name
           
 

Element Detail

name

public abstract String[] name


Copyright © 2009 eXo Platform SAS. All Rights Reserved.