Kieker 1.12

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
 java.lang.String name
          The name which is used to name this display.
 
Optional Element Summary
 java.lang.String description
          The human-readable description of this display.
 

Element Detail

name

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

Returns:
The name of this display.

description

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

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

Kieker 1.12

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