Package ca.phon.extensions
Annotation Interface Extension
Extension annotation. Used by
ExtensionSupport
objects
for automatic extension loading during object construction.
The class defined by value()
is guarnteed to be the
type passed into the ExtensionProvider.installExtension(IExtendable)
method.-
Required Element Summary
-
Element Details
-
value
Class<? extends IExtendable> value
-