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


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface UnrealBean

Annotates types, that map to an object in an unreal map.

Author:
Martin Cerny

Required Element Summary
 String value
          Determines the element type (Map, Actor, Object,...) of the bean.
 

Element Detail

value

public abstract String value
Determines the element type (Map, Actor, Object,...) of the bean.

Returns:


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