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


@Retention(value=RUNTIME)
public @interface RestResultValueDocumentation

Annotation used to document an individual result field contained in a JavaBean used as the source for formatted RestResult data.


Annotation Type Required Member Summary
 String docText
          Gets the documentation text for a single JavaBean property that makes up part of a RestResult
 

Annotation Type Member Detail

docText

public abstract String docText
Gets the documentation text for a single JavaBean property that makes up part of a RestResult

Returns
documentation text for the annotated property


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.