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


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface ExternalValue

Annotation used to identify an external value on a method

Author:
Rod Johnson

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


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