org.springframework.config.java.annotation
Annotation Type ResourceBundles


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface ResourceBundles

Annotation used to identify resource paths to use to resolve properties.

Author:
Rod Johnson

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright � 2005-2008 Spring Framework. All Rights Reserved.