org.chromattic.api.annotations
Annotation Type MixinType
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MixinType
The mixin annotation can be used to annote a class and declares that it represents one or several mixins.
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.EMBEDDED type. The mixin is
added to a node when a one to one relationship of type mixin is created.
- Version:
- $Revision$
- Author:
- Julien Viet
names
public abstract String[] names
- Returns:
Copyright © 2010 eXo Platform SAS. All Rights Reserved.