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


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

Describes a set of configuration locations that can be used to bootstrap a Spring ApplicationContext.

When a producer field has this annotation, the extension will automatically bootstrap an application context which will be injected into all the injection points serviced by this producer.


Optional Element Summary
 String[] locations
           
 

locations

public abstract String[] locations
Default:
"context"


Copyright © 2011 Seam Framework. All Rights Reserved.