net.sf.easyweb4j.annotations
Annotation Type SpringBean
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface SpringBean
Indicates the fields in controllers to which a specific Spring managed bean
should be injected when the controller is created.
- Author:
- Chandra Sekar S
Required Element Summary |
String |
value
The id of the Spring bean to be injected. |
value
public abstract String value
- The id of the Spring bean to be injected.
- Returns:
- The Spring bean id.
Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.