Kieker 1.11

kieker.analysis.plugin.annotation
Annotation Type Property


public @interface Property

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
 java.lang.String defaultValue
          The default value for the property.
 java.lang.String name
          The name of the property.
 
Optional Element Summary
 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
 

Element Detail

name

public abstract java.lang.String name
The name of the property.

Returns:
The name of the property.

defaultValue

public abstract java.lang.String defaultValue
The default value for the property.

Returns:
The default value for the property.

description

public abstract java.lang.String description
This field can be used for a (short) description of the property's purpose.

Returns:
The description of this property.
Default:
""

updateable

public abstract boolean updateable
The definition whether a property can be updated while the plugin is used

Returns:
True if updateable on-the-fly, else false
Default:
false

Kieker 1.11

Copyright 2015 Kieker Project, http://kieker-monitoring.net