|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface RegisteredByExtension
Indicates the extension that registers a type. This can be used to provide linkage between classes and the extension manifests that register them.
Example:
\@RegisteredByExtension("oracle.jdeveloper")
final class SomeJDeveloperAddin implements Addin { .. }
| Required Element Summary | |
|---|---|
java.lang.String |
valueThe extension id of the extension that registers this class. |
| Element Detail |
|---|
public abstract java.lang.String value
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||