javax.ejb
Annotation Type EJBs


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EJBs

List of EJBs. These EJBs will be available in ENC environment.

Since:
EJB 3.0 version.
Author:
Florent Benoit
See Also:
EJB 3.0 specification

Required Element Summary
 EJB[] value
          List of EJBs.
 

Element Detail

value

public abstract EJB[] value
List of EJBs.



Copyright © 2008. All Rights Reserved.