@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
@Inherited
public @interface RepositoryPort
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<? extends AbstractRepository> |
repositoryType
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<? extends AbstractRepository> repositoryType
Copyright 2017 Kieker Project, http://kieker-monitoring.net