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


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface 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. When used on a public method, designates that this method should be used for property generation, eventhough there is no corresponding field.

Author:
Martin Cerny



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