|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
| 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 |
|---|
public abstract String name
public abstract String description
|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||