Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide.feedback
Annotation Type FeedbackApi


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FeedbackApi

The FeedbackApi annotation allows an API class to blame the caller when an exception is reported by the FeedbackManager.reportAPIException(String, Throwable, String) method.

The value provided in the annotation corresponds to the third argument of the reportAPIException method.


Required Element Summary
 java.lang.String value
           

 

Element Detail

value

public abstract java.lang.String value

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.