BEA Systems, Inc.

weblogic.jws
Interface Types

All Superinterfaces:
Annotation

@Retention(value=RUNTIME)
@Target(value={METHOD, PARAMETER})
public interface Types
extends Annotation

Inferface that defines the Types annotation. Used to specify alternative types and types contained in collections for web method return types and parameter types.


Method 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.
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

value

String[] value()
The annotation content is a comma separated list of fully qualified class names of alternative types for a return type or parameter. The alternative types must extend the initial type. If the return type or parameter is a Collection out of java.util.*, this specifies the allowed contained types.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.