BEA Systems, Inc.

weblogic.jws
Interface Types

All Superinterfaces:
Annotation

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


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/docs92
Copyright 2006 BEA Systems Inc.