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


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface StaticText

Interface to annotate string fields. Their value will then be treated as static text when generating T3D and simply prepended to the property string. If a method is annotated with this annotation, it is invoked to return a string that is prepended to the property string.

Author:
Martin Cerny



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