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.
 

dependantState

public abstract String dependantState
Get dependant state.

Returns:
the dependant state
Default:
""


Copyright ? 2007 JBoss Inc.. All Rights Reserved.