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


Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer Used to specify the associated ZK component for the annotated controller class.

@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface AppliedTo

Author:
henrichen

Required Element Summary
 String value
          Deprecated. Specifies the associate ZK component for the annotated controller class.
 

Element Detail

value

public abstract String value
Deprecated. 
Specifies the associate ZK component for the annotated controller class.

Returns:
the associate ZK component


Copyright © 2012. All Rights Reserved.