com.bea.wlp.rest.results
Annotation Type FormatOrder


@Retention(value=RUNTIME)
public @interface FormatOrder

Annotation that can be used in a RestResult to influence the output ordering of a Formatter for a particular bean value. This annotation should be placed on the getter for the associated property.


Annotation Type Optional Member Summary
 int index
          The order index for the property.
 

index

public abstract int index
The order index for the property.

Returns
the order index
Default
9999


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.