Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


oracle.ide.extension
Annotation Type RegisteredByExtension


@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 { .. }
 
Since:
11.0

Required Element Summary
 java.lang.String value
          The extension id of the extension that registers this class.

 

Element Detail

value

public abstract java.lang.String value
The extension id of the extension that registers this class.
Returns:
a String extension id.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.9.0)

E52944-01


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