Annotation Interface Property
Deprecated.
since 1.15.1 old plugin api
This annotation can be used to describe a single property for a plugin or a repository.
- Since:
- 1.6
- Author:
- Nils Christian Ehmke
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDeprecated.The default value for the property.Deprecated.The name of the property. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.This field can be used for a (short) description of the property's purpose.booleanDeprecated.The definition whether a property can be updated while the plugin is used
-
Element Details
-
-
description
String descriptionDeprecated.This field can be used for a (short) description of the property's purpose.- Returns:
- The description of this property.
- Default:
- ""
-
updateable
boolean updateableDeprecated.The definition whether a property can be updated while the plugin is used- Returns:
- True if updateable on-the-fly, else false
- Default:
- false
-