Kieker 1.9

kieker.analysis.display.annotation
Annotation Type Display


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface Display

This annotation can be used for methods which are able to deliver display objects. Plugins with such methods can display their content.

Since:
1.6
Author:
Nils Christian Ehmke

Required Element Summary
 String name
          The name which is used to name this display.
 
Optional Element Summary
 String description
          The human-readable description of this display.
 

Element Detail

name

public abstract String name
The name which is used to name this display.

Returns:
The name of this display.

description

public abstract String description
The human-readable description of this display.

Returns:
The description for this display.
Default:
"N/A"

Kieker 1.9

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