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


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

Internal installation method.

Author:
Ales Justin

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

dependantState

public abstract String dependantState
Get dependant state.

Returns:
the dependant state
Default:
""

whenRequired

public abstract String whenRequired
Get when required state.

Returns:
the when required state
Default:
""


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