@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
@Documented
public @interface InitializeView
Use this annotation marker if you write your own component which need to add
some activity on browser when it is drawing on it, eg. to call some
JavaScript function tool. Useful in jQuery UI, Prototype etc.
- Since:
- 3.2
- Version:
- 1.0
- Author:
- Piotr Ptak