org.jboss.seam.spring.inject
Annotation Type SpringBean


@Retention(value=RUNTIME)
public @interface SpringBean

Annotation that can be added to a producer field to indicate that the bean produced by that field is in fact a bean instance acquired from a corresponding Spring ApplicationContext. This is not a qualifier.


Optional Element Summary
 String fromContext
           
 

fromContext

public abstract String fromContext
Default:
"default"


Copyright © 2011 Seam Framework. All Rights Reserved.