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


@Retention(value=RUNTIME)
public @interface RestResultDocumentation

Annotation used to document individual fields in a RestResult class.


Annotation Type Required Member Summary
 String responseBeanTypes
          returns a comma delimited list of possible bean classes that can be returned within a RestResult for a RestCommand.
 

Annotation Type Member Detail

responseBeanTypes

public abstract String responseBeanTypes
returns a comma delimited list of possible bean classes that can be returned within a RestResult for a RestCommand. This annotation can be used by documentation generating utilities that inspect RestCommands as the source of information for generated documentation.

Returns
a list of possible bean classes that can be returned with a RestResult


Copyright © 2000, 2009, 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.