The Spring Framework

org.springframework.test.annotation
Annotation Type IfProfileValue


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface IfProfileValue

Since:
2.0
Author:
Rod Johnson

Required Element Summary
 String name
           
 String value
           
 

Element Detail

name

public abstract String name

value

public abstract String value

The Spring Framework

Copyright © 2002-2006 The Spring Framework.