cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations
Annotation Type UnrealHeaderField


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface UnrealHeaderField

Fields with this annotation are added to the object header This field is by default not considered a property of the object. If it should be, use UnrealProperty annotation to designate this.

Author:
Martin Cerny

Optional Element Summary
 String value
          If set to an unempty string, overrides the default name of the property generated for this child.
 

value

public abstract String value
If set to an unempty string, overrides the default name of the property generated for this child.

Returns:
Default:
""


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