@Target(value={METHOD,ANNOTATION_TYPE})
public @interface Updated
@Updated
must have one of the 2 following signatures:
@Updated
public void updated() {
// The instance was reconfigured
}
@Updated
public void updated(Dictionary conf) {
// The instance was reconfigured, conf is the new configuration.
}
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.