org.codehaus.enunciate.soap.annotations
Annotation Type WebFaultPropertyOrder


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

Allows users to specify the property order of a web fault bean.

Author:
Ryan Heaton

Required Element Summary
 java.lang.String[] value
          The property order.
 

Element Detail

value

public abstract java.lang.String[] value
The property order.

Returns:
The property order.