|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface ConfigurationProperty
The Configuration
interface is traversed through reflection. This
annotation provides a way to override the default configuration operation for
each property.
Optional Element Summary | |
---|---|
boolean |
confidential
Is this a confidential property whose value should be encrypted by the application when persisted? |
String |
displayMessageKey
Change the default display message key. |
String |
helpMessageKey
Change the default help message key. |
Class<? extends SPIOperation>[] |
operations
List of operations for which this property must be specified. |
int |
order
Order in which this property is displayed. |
boolean |
required
Is this property required? |
public abstract int order
public abstract String helpMessageKey
public abstract String displayMessageKey
public abstract boolean confidential
public abstract boolean required
public abstract Class<? extends SPIOperation>[] operations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |