Annotation Interface DynamicComponent


@Target(CONSTRUCTOR) @Retention(RUNTIME) public @interface DynamicComponent
Marks the annotated constructor as being the dynamic constructor for a Component subclass. Note that all the parameters of the annotated method MUST be annotated with ComponentParameter.
Author:
João Carvalho (joao.pedro.carvalho@tecnico.ulisboa.pt)