@Documented @Target(value=METHOD) @Retention(value=RUNTIME) @Deprecated public @interface ConfigChanger
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
argNames
Deprecated.
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
Deprecated.
A short explanation on what the configuration command does.
|
String |
propertyName
Deprecated.
|
public abstract String[] argNames
public abstract String doc
public abstract String propertyName
Copyright © 2016 LSST. All rights reserved.