org.zkoss.spring.context.annotation
Annotation Type AfterCompose


Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer Used to specify a method that would be called after the associated ZK component is composed.

@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterCompose

Author:
henrichen



Copyright © 2012. All Rights Reserved.