mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
improve javadoc of requires attribute
This commit is contained in:
@@ -51,7 +51,7 @@ import java.lang.annotation.Target;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
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.
|
||||
* 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.
|
||||
|
||||
Reference in New Issue
Block a user