@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface Display
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The name which is used to name this display.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
The human-readable description of this display.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net