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


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

Mark the uninstall method.

Author:
Ales Justin

Optional Element Summary
 String dependantState
          Get the dependant state.
 String whenRequired
          Get when required state.
 

dependantState

public abstract String dependantState
Get the dependant state.

Returns:
the dependant state
Default:
""

whenRequired

public abstract String whenRequired
Get when required state.

Returns:
the when required state
Default:
""


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