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 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 © 2008 BEA Systems, Inc. All Rights Reserved