org.jboss.beans.metadata.api.annotations
Annotation Type Stop


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

Mark stop lifecycle method.

Author:
Ales Justin

Optional Element Summary
 boolean ignored
          Is this lifecycle callback ignored.
 

ignored

public abstract boolean ignored
Is this lifecycle callback ignored.

Returns:
ignored
Default:
false


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.