Kieker 1.5

kieker.analysis.repository.annotation
Annotation Type Repository


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Repository

This type annotation can be used to mark repositories.

Author:
Nils Christian Ehmke, Andre van Hoorn

Optional Element Summary
 String description
          The human-readable description of this repository type.
 String name
          The name which is used to identify this repository type.
 

description

public abstract String description
The human-readable description of this repository type.

Returns:
The description for this repository type.
Default:
""

name

public abstract String name
The name which is used to identify this repository type.

Returns:
The name of this repository type.
Default:
""

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net