pl.edu.agh.cast.model.mapper.annotation
Annotation Type Mapping
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Mapping
Indicates that given class is mapped to the metamodel (node). The optional argument is the name of the node type in
the metamodel.
You should also consult:
- Author:
- AGH CAST Team
- See Also:
pl.edu.agh.cast.model.base.metamodel.annotation.MapAttribute
,
for details how to map model attributes and links.
value
public abstract String value
- Default:
- ""
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.