improve javadoc of requires attribute

This commit is contained in:
Sebastian Sdorra
2020-01-09 08:19:43 +01:00
parent 8236e6be7f
commit bac3068b73

View File

@@ -51,7 +51,7 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
public @interface Extension { public @interface Extension {
/** /**
* List of required plugins to load this extension. * This extension is loaded only if all of the specified plugins are installed.
* The requires attribute can be used to implement optional extensions. * The requires attribute can be used to implement optional extensions.
* A plugin author is able to implement an extension point of an optional plugin and the extension is only loaded if * A plugin author is able to implement an extension point of an optional plugin and the extension is only loaded if
* all of the specified plugins are installed. * all of the specified plugins are installed.