@Documented @Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface ConfigProperty
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
confidential |
String |
defaultValue |
String[] |
description |
boolean |
ignore |
boolean |
supportsDynamicUpdates |
Class |
type |
public abstract boolean confidential
public abstract String defaultValue
public abstract String[] description
public abstract boolean ignore
public abstract boolean supportsDynamicUpdates
public abstract Class type
Copyright © 2013. All Rights Reserved.