|
Kieker 1.9 | |||||||||
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 | |
---|---|
Property[] |
configuration
The list of possible properties for this plugin. |
String |
dependencies
This field can contain an additional text to give an impression of the needed dependencies. |
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. |
boolean |
programmaticOnly
This flag determines whether the annotated plugin should only be used for programmatic purposes or not. |
RepositoryPort[] |
repositoryPorts
The output ports which the current plugin has. |
public abstract boolean programmaticOnly
public abstract String description
public abstract String dependencies
public abstract String name
public abstract OutputPort[] outputPorts
public abstract RepositoryPort[] repositoryPorts
public abstract Property[] configuration
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |