|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||||
@Retention(value=RUNTIME)
@Target(value={java.lang.annotation.ElementType.METHOD, java.lang.annotation.ElementType.PARAMETER})
public @interface TypesInferface that defines the Types annotation. Used to specify alternative types and types contained in collections for web method return types and parameter types.
| Required Element Summary | |
|---|---|
String[] |
value
The annotation content is a comma separated list of fully qualified class names of alternative types for a return type or parameter. |
| Element Detail |
|---|
public abstract String[] value
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 2008 Oracle |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||