@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Stateful
Modifier and Type | Optional Element and Description |
---|---|
String |
description |
String |
mappedName |
String |
name |
boolean |
passivationCapable
Specifies whether this stateful session bean is passivation capable
|
public abstract String name
public abstract String mappedName
public abstract String description
public abstract boolean passivationCapable
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.