@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Singleton
Modifier and Type | Optional Element and Description |
---|---|
String |
description |
String |
mappedName
A product specific name (in JBoss the global JNDI name) that this
session bean should be mapped to.
|
String |
name
The ejb-name of this bean.
|
public abstract String description
public abstract String mappedName
public abstract String name
Copyright © 2017 JBoss by Red Hat. All rights reserved.