@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Inherited public static @interface DMXViewDeclaration.ConstructUI
Indicates that annotated method is invoked to construct UI. All views must have method annotated with this annotation in order to construct UI. It will be invoked on UI thread in order to maintain compatibility with underlying UI system.
Method signature of the annotated method may differ based on underlying UI system (JavaFX, Android, web etc.). Each system will define specific method signature.
Copyright © 2012-2014 Vektor Software. All Rights Reserved.