|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface PublicParameter
Annotation to decorate parameters for method metadata and input parameters.
| Required Element Summary | |
|---|---|
java.lang.String |
parameterNameThe parameter name to use in the method metadata. |
| Optional Element Summary | |
|---|---|
java.lang.String |
descriptionBundleKeyThe resource bundle key to use for localizing the description of this parameter. |
| Element Detail |
|---|
public abstract java.lang.String parameterName
public abstract java.lang.String descriptionBundleKey
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.4.0) E15995-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||