org.chromattic.api.annotations
Annotation Type Destroy


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Destroy

Defines a destructor method to significate the end of life of a Chromattic entity. The annotated method must provides a no argument constructor. After the invocation of the method, the status of the entity will be equals to Status.REMOVED.

Version:
$Revision$
Author:
Julien Viet



Copyright © 2012 eXo Platform SAS. All Rights Reserved.