javax.ejb
Annotation Type EJB
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface EJB
The EJB annotation denotes a reference to an EJB 3.0 session bean.
- Version:
- $Revision: 62538 $
- Author:
- Bill Burke
name
public abstract String name
- Default:
- ""
beanInterface
public abstract Class beanInterface
- Default:
- java.lang.Object.class
beanName
public abstract String beanName
- Default:
- ""
mappedName
public abstract String mappedName
- Default:
- ""
description
public abstract String description
- Default:
- ""
Copyright © 2008 JBoss Inc.. All Rights Reserved.