javax.ejb
Annotation Type Init


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

Annotation to mark a method that will initialize a stateful session

Version:
$Revision: 62510 $
Author:
Bill Burke

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright © 2008 JBoss Inc.. All Rights Reserved.