|
Kieker 1.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Plugin
This type annotation can be used to mark plugins and to describe the corresponding output ports.
| Optional Element Summary | |
|---|---|
String |
description
The human-readable description of this plugin. |
String |
name
The name which is used to identify this plugin. |
OutputPort[] |
outputPorts
The output ports which the current plugin has. |
RepositoryPort[] |
repositoryPorts
The output ports which the current plugin has. |
public abstract String description
public abstract String name
public abstract OutputPort[] outputPorts
public abstract RepositoryPort[] repositoryPorts
|
Kieker 1.5 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||