|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Repository
This type annotation can be used to mark repositories.
Optional Element Summary | |
---|---|
Property[] |
configuration
The list of possible properties for this repository. |
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 repository type. |
String |
name
The name which is used to identify this repository type. |
boolean |
programmaticOnly
This flag determines whether the annotated repository should only be used for programmatic purposes or not. |
public abstract boolean programmaticOnly
public abstract String description
public abstract String dependencies
public abstract String name
public abstract Property[] configuration
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |