Package cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations

Package class diagram package cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations
This package contains annotations that configure classes for T3D generator

See:
          Description

Annotation Types Summary
FieldName Used to anotate fields of unreal datatypes (annotated with UnrealDataType) or unreal beans (annotated with UnrealBean) and declare a different field name than the name of the java field.
StaticText Interface to annotate string fields.
UnrealBean Annotates types, that map to an object in an unreal map.
UnrealChild Designates a field to be added as a child object.
UnrealChildCollection Designates a field of collection type.
UnrealComponent Designates a field to be added as a child object and to the array property "Components" as well.
UnrealDataType Used to annotate classes, that map to a datatype in T3d.
UnrealHeaderField Fields with this annotation are added to the object header This field is by default not considered a property of the object.
UnrealProperty If a field is annotated with this annotation, it is added as a property to the parent, event if it is annotated with UnrealChild, UnrealChildCollection, UnrealComponent or UnrealHeaderField.
 

Package cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations Description

This package contains annotations that configure classes for T3D generator



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.