public @interface Property
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
defaultValue
The default value for the property.
|
java.lang.String |
name
The name of the property.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
This field can be used for a (short) description of the property's purpose.
|
boolean |
updateable
The definition whether a property can be updated while the plugin is used
|
public abstract java.lang.String name
public abstract java.lang.String defaultValue
public abstract java.lang.String description
public abstract boolean updateable
Copyright 2017 Kieker Project, http://kieker-monitoring.net