org.zkoss.spring.context.annotation
Annotation Type AppliedTo
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface AppliedTo
Used to specify the associated ZK component for the annotated controller class.
- Author:
- henrichen
Required Element Summary |
java.lang.String |
value
Specifies the associate ZK component for the annotated controller class. |
value
public abstract java.lang.String value
- Specifies the associate ZK component for the annotated controller class.
- Returns:
- the associate ZK component
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.