|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=SUPERPACKAGE) @Retention(value=RUNTIME) public @interface ExportLegacyClasses
Indicates the legacy classes in a module definition are exported. This metadata annotation is applied to the development module, i.e. the superpackage construct.
The legacy classes must be packaged in a legacy JAR file which is embedded in the module archive of the module definition.
For example,
@ExportLegacyClasses
superpackage com.wombat.xyz {
...
}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||