vooga.levelEditor.annotations
Annotation Type LevelEditorConstructor


@Documented
@Retention(value=RUNTIME)
@Target(value=CONSTRUCTOR)
public @interface LevelEditorConstructor

Marks which constructor the level editor should use when instantiating a GameItem. This annotation should be placed on exactly one constructor.

Author:
Phil Puryear