org.jboss.seam.spring.context
Annotation Type Web


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Web

When a producer field has this annotation, the extension will automatically look up the root web application context which will be injected into all the injection points serviced by this producer. This annotation has effect only when used on producer fields.



Copyright © 2011 Seam Framework. All Rights Reserved.