Annotation Interface PresentationAssembler


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface PresentationAssembler
This annotation marks presentation delegate classes to designate them as "application assemblers", that is portions of code that takes previously build pieces of the user interface and assemble them together in a window. On that purpose, these classes must have at least a method annotated with Assemble.
Since:
2.0-ALPHA-3
Author:
Fabrizio Giudici
See Also: