org.eclipse.net4j.util.lifecycle
Annotation Type LifecycleUtil.Deactivator


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface LifecycleUtil.Deactivator

Annotates a method of a POJO class that's supposed to be called to deactivate a POJO object during LifecycleUtil.deactivate(Object).


Optional Element Summary
 boolean propagate
           
 

propagate

public abstract boolean propagate
Default:
true


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.