|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
public @interface Property
This annotation can be used to describe a single property for a plugin or a repository.
Required Element Summary | |
---|---|
java.lang.String |
defaultValue
The default value for the property. |
java.lang.String |
name
The name of the property. |
Optional Element Summary | |
---|---|
java.lang.String |
description
This field can be used for a (short) description of the property's purpose. |
boolean |
updateable
The definition whether a property can be updated while the plugin is used |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String defaultValue
public abstract java.lang.String description
public abstract boolean updateable
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |