Annotation Type DynamicComponent
-
@Target(CONSTRUCTOR) @Retention(RUNTIME) public @interface DynamicComponent
Marks the annotated constructor as being the dynamic constructor for aComponentsubclass. Note that all the parameters of the annotated method MUST be annotated withComponentParameter.- Author:
- João Carvalho (joao.pedro.carvalho@tecnico.ulisboa.pt)