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


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface 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. Might be also applied on public getter methods in associtaion with UnrealProperty.

Author:
Martin Cerny

Required Element Summary
 String value
          Field name for unreal.
 

Element Detail

value

public abstract String value
Field name for unreal.

Returns:


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