@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Delete
Designates a method to receive a callback before a device is unexported.
@Delete public void deleteDevice(){...}
A class may not declare more than one @Delete method.
Copyright © 2012–2017 Tango Controls. All rights reserved.