@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface PostDynamicChange
PropertyChangeListener callback has been invoked.
The method must either take no arguments or single argument that is
a List (of type PropertyChangeEvent).
The List parameter will be filled in with the
set of dynamic changes that have been done to this service.
Any exception thrown by this method will be ignored. The method
may have any visibility, including private, package and protected.Copyright © 2009–2017 Oracle Corporation. All rights reserved.