Kieker 1.9

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
 String defaultValue
          The default value for the property.
 String name
          The name of the property.
 
Optional Element Summary
 String description
          This field can be used for a (short) description of the property's purpose.
 

Element Detail

name

public abstract String name
The name of the property.

Returns:
The name of the property.

defaultValue

public abstract String defaultValue
The default value for the property.

Returns:
The default value for the property.

description

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

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

Kieker 1.9

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