Skip navigation links


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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.