Package net.ME1312.Galaxi.Plugin
Annotation Interface Dependency
Plugin Dependency Annotation
- See Also:
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionMaximum allowed version of the DependencyMinimum required version of the Dependencyboolean
Whether the Dependency is required
-
Element Details
-
name
String nameName of the Dependency- Returns:
- Dependency Name
-
-
-
minVersion
String minVersionMinimum required version of the Dependency- Returns:
- Minimum required version
- Default:
- ""
-
maxVersion
String maxVersionMaximum allowed version of the Dependency- Returns:
- Maximum allowed version
- Default:
- ""
-
required
boolean requiredWhether the Dependency is required- Returns:
- Required Dependency Status
- Default:
- true
-