org.tango.server.annotation
Annotation Type Delete


@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.

Author:
ABEILLE



Copyright © 2012-2014. All Rights Reserved.