@Retention(RUNTIME)
@Target({METHOD,PARAMETER})
public @interface Types
| Modifier and Type | Required Element | Description | 
|---|---|---|
java.lang.String[] | 
value | 
 Deprecated. 
The annotation content is a comma separated list of fully qualified class
 names of alternative types for a return type or parameter. 
 | 
java.lang.String[] value