Exemplo n.º 1
0
 @Invalidate
 public void stop() {
   if (metadataService != null) metadataService.removeProvider(this);
 }
Exemplo n.º 2
0
 @Validate
 public void start() {
   metadataService.addProvider(this);
 }