Skip navigation links


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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.