|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface ConfigurationProperty
Represents a property element from a valid Infinispan configuration file.
Each ConfigurationProperty should annotate the corresponding setter method in ancestor hierarchy of the appropriate AbstractConfigurationBean. Parameter of the corresponding setter should be either Properties or java.lang.String
Required Element Summary | |
---|---|
String |
name
Returns name of this property. |
String |
parentElement
Returns name of corresponding XML (ConfigurationElement) element that declares this property |
Optional Element Summary | |
---|---|
String |
description
Returns description of this property |
Element Detail |
---|
public abstract String parentElement
public abstract String name
public abstract String description
|
Google Analytics | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |