@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ConfigChanger
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
argNames
the name of parameters in correct order, the type will be induced by introspection, normally mutators
have only one argument so this is not needed, but in some cases there may be mutators that change a set
of parameters in the same invocation (for instance for synchronization purposes).
|
String |
doc
A short explanation on what the configuration command does.
|
String |
propertyName |
public abstract String[] argNames
public abstract String doc
public abstract String propertyName
Copyright © 2015 LSST. All rights reserved.