org.springframework.binding.support
Annotation Type MultiValueAnnotation


@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface MultiValueAnnotation

Since:
May 8, 2006 4:45:21 PM
Author:
andy

Required Element Summary
 double age
           
 String name
           
 int rank
           
 

Element Detail

name

public abstract String name

age

public abstract double age

rank

public abstract int rank


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.