|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @Inherited public @interface RepositoryPort
This annotation can be used to describe the repository ports of a plugin. It can only be used within other annotations. It allows to specify the name of the repository port and the corresponding repository type. There is also a field for a human-readable description available.
| Required Element Summary | |
|---|---|
java.lang.String |
name
The name which is used to identify this port. |
| Optional Element Summary | |
|---|---|
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. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String description
public abstract java.lang.Class<? extends AbstractRepository> repositoryType
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||