com.bea.wli.common
Annotation Type Defines


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Defines

Defines annotation defines one or more inline data entries with the component class that might otherwise be referenced as an external file. This is used, for example, to include relevant schema or WSDL files in a Service Broker Control file or a Jpd file. The entire contents of the WSDL file are included as the value of the Defines annotation. The com.bea.wli.common.Wsdl annotation then references the name defined by the Defines annotation.


Required Element Summary
 Defines.Entry[] value
          Multiple name value entries defined.
 

Element Detail

value

public abstract Defines.Entry[] value
Multiple name value entries defined. Each entry refers to one definition of a schema or WSDL file.