@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public @interface InputPort
Object
and nothing
else.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The name which is used to identify this port.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
The human-readable description of this port.
|
java.lang.Class<?>[] |
eventTypes
The event types which are used for this port.
|
public abstract java.lang.String name
public abstract java.lang.String description
public abstract java.lang.Class<?>[] eventTypes
Copyright 2017 Kieker Project, http://kieker-monitoring.net