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


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

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


Optional Element Summary
 boolean propagate
           
 

propagate

public abstract boolean propagate
Default:
true


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