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