Annotation Interface Assemble


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Assemble
This annotation marks methods in presentation assembler classes (see PresentationAssembler). The class it belongs to must be annotated with PresentationAssembler, it must return `void` and may have a variable number of parameters, referencing Spring bean classes and SteelBlue facilities, that will be automatically injected. It will be always executed in the JavaFX thread.
Since:
2.0-ALPHA-3
Author:
Fabrizio Giudici
See Also: